##// END OF EJS Templates
fix celltoolbar css
Matthias BUSSONNIER -
Show More
@@ -5,11 +5,20 b''
5 5 border: thin solid #CFCFCF;
6 6 margin-left: 0px;
7 7 border-bottom: none;
8 margin:0;
9 padding:0;
8 10 background : #EEE;
9 11 border-top-right-radius: 3px;
10 12 border-top-left-radius: 3px;
11 13 }
12 14
15 .celltoolbar div{
16 line-height: 0;
17 margin:0;
18 padding:0;
19 }
20
21
13 22 .no_input_radius {
14 23 border-top-right-radius: 0px;
15 24 border-top-left-radius: 0px;
@@ -27,6 +36,13 b''
27 36 display: none;
28 37 }
29 38
39 .ctb_area {
40 margin:0;
41 padding:0;
42
43 }
44
45
30 46 /*ctb_show is added to either body or the ctb_hideshow div to show
31 47 all or one cell's toolbars.
32 48 */
@@ -67,10 +83,11 b" all or one cell's toolbars."
67 83
68 84 .celltoolbar label{
69 85 display:inline;
86 line-height:13px;
70 87 }
71 88
72 89 .celltoolbar label span {
73 font-size: 87%;
90 font-size: 85%;
74 91 }
75 92
76 93 .celltoolbar input[type=checkbox] {
@@ -86,17 +86,23 b' span#notebook_name {'
86 86 .toolbar {
87 87 padding: 3px 15px;
88 88 border-bottom: @borderwidth @border_color solid;
89 }
90 89
91 .toolbar select, .toolbar label {
92 height : 19px;
93 vertical-align: top;
94 margin-right:2px;
95 margin-bottom:0;
96 display: inline;
97 font-size: 92%;
98 margin-left:0.3em;
99 margin-right:0.3em;
90 button {
91 margin-top:2px;
92 margin-bottom:2px;
93 }
94
95
96 select, label {
97 height : 19px;
98 vertical-align:middle;
99 margin-right:2px;
100 margin-bottom:0;
101 display: inline;
102 font-size: 92%;
103 margin-left:0.3em;
104 margin-right:0.3em;
105 }
100 106 }
101 107
102 108 .toolbar select{
@@ -1,4 +1,4 b''
1 @corner_radius: 3px;
1 @corner_radius: 4px;
2 2 @notebook_background : white;
3 3 @cell_selected_background: darken(@notebook_background, 2%);
4 4 @cell_background: darken(@notebook_background, 3.2%);
General Comments 0
You need to be logged in to leave comments. Login now