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