##// END OF EJS Templates
Fix cell toolbar
jon -
Show More
1 NO CONTENT: modified file
NO CONTENT: modified file
@@ -7,7 +7,8 b''
7 border-radius : 3px 3px 0px 0px;
7 border-radius : 3px 3px 0px 0px;
8 width:100%;
8 width:100%;
9 -webkit-box-pack: end;
9 -webkit-box-pack: end;
10 height:22px;
10 height:31px;
11 padding-right: 4px;
11 .hbox();
12 .hbox();
12 .reverse();
13 .reverse();
13 }
14 }
@@ -15,11 +16,10 b''
15 .ctb_hideshow {
16 .ctb_hideshow {
16 display:none;
17 display:none;
17 vertical-align:bottom;
18 vertical-align:bottom;
18 padding-right: 2px;
19 }
19 }
20
20
21 .celltoolbar > div {
21 .celltoolbar > div {
22 padding-top: 0px;
22 padding-top: 4px;
23 }
23 }
24
24
25
25
General Comments 0
You need to be logged in to leave comments. Login now