##// END OF EJS Templates
fix button css
Matthias BUSSONNIER -
Show More
@@ -1,111 +1,109 b''
1 1 /* Css for the metadata edit area */
2 2
3 3
4 4 .celltoolbar {
5 5 border: thin solid #CFCFCF;
6 6 border-bottom: none;
7 7 background : #EEE;
8 8 border-top-right-radius: 3px;
9 9 border-top-left-radius: 3px;
10 10 width:100%;
11 11 -webkit-box-pack: end;
12 12 height:20px;
13 13 }
14 14
15 15
16 16 .no_input_radius {
17 17 border-top-right-radius: 0px;
18 18 border-top-left-radius: 0px;
19 19 }
20 20
21 21 .text_cell .ctb_prompt {
22 22 display: none;
23 23 }
24 24
25 25 .code_cell .ctb_prompt {
26 26 display: block;
27 27 }
28 28
29 29 .ctb_hideshow {
30 30 display:none;
31 31 vertical-align:bottom;
32 32 padding-right: 2px;
33 33 }
34 34
35 35 .celltoolbar > div {
36 36 padding-top: 0px;
37 37 }
38 38
39 39 .ctb_area {
40 40 margin:0;
41 41 padding:0;
42 42 width:100%;
43 43
44 44 }
45 45
46 46
47 47 /*ctb_show is added to either body or the ctb_hideshow div to show
48 48 all or one cell's toolbars.
49 49 */
50 50 .ctb_show.ctb_hideshow, .ctb_show .ctb_hideshow {
51 51 display:block;
52 52 }
53 53
54 54 .ctb_show .input_area,
55 55 .ctb_show .ctb_hideshow + div.text_cell_input {
56 56 border-top-right-radius: 0px;
57 57 border-top-left-radius: 0px;
58 58 }
59 59
60 60 .ctb_show > .celltoolbar {
61 61 border-bottom-right-radius: 0px;
62 62 border-bottom-left-radius: 0px;
63 63 }
64 64
65 65 .button_container {
66 66 margin-top:0;
67 67 margin-bottom:0;
68 68 }
69 69
70 .button_container .ui-state-default, .button_container .ui-state-hover, .button_container .ui-state-hover span{
71 border-radius : 0 0 0 0;
72 border : none;
73 margin:0;
74 }
75 70
71 .ui-button {
72 min-width:30px;
73 }
76 74 .celltoolbar .button_container select {
77 75 margin: 10px;
78 76 margin-top: 1px;
79 77 margin-bottom: 0px;
80 78 padding:0;
81 79 font-size: 87%;
82 80 width:auto;
83 81 display:inline-block;
84 82 height:18px;
85 83 line-height:18px;
86 84 vertical-align:top;
87 85 }
88 86
89 87 .celltoolbar label{
90 88 display:inline-block;
91 89 height:15px;
92 90 line-height:15px;
93 91 vertical-align:top;
94 92 }
95 93
96 94 .celltoolbar label span {
97 95 font-size: 85%;
98 96 }
99 97
100 98 .celltoolbar input[type=checkbox] {
101 99 margin: 0px;
102 100 margin-left: 4px;
103 101 margin-right: 4px;
104 102 }
105 103
106 104
107 105 .celltoolbar .ui-button {
108 106 border: none;
109 107 vertical-align:top;
110 108 height:20px;
111 109 }
General Comments 0
You need to be logged in to leave comments. Login now