##// END OF EJS Templates
fix cell type selector css
Bussonnier Matthias -
Show More
@@ -25,6 +25,7 b' span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size:'
25 #notification_area{position:absolute;right:0px;top:0px;height:25px;padding:3px 0px;padding-right:3px;z-index:10;}
25 #notification_area{position:absolute;right:0px;top:0px;height:25px;padding:3px 0px;padding-right:3px;z-index:10;}
26 .notification_widget{float:right;right:0px;top:1px;height:25px;padding:3px 6px;z-index:10;}
26 .notification_widget{float:right;right:0px;top:1px;height:25px;padding:3px 6px;z-index:10;}
27 .toolbar{padding:3px 15px;border-bottom:1px #e0e0e0 solid;}
27 .toolbar{padding:3px 15px;border-bottom:1px #e0e0e0 solid;}
28 .toolbar>select{height:23px;vertical-align:top;margin-right:2px;margin-bottom:0;}
28 #cell_type{font-size:85%;}
29 #cell_type{font-size:85%;}
29 #ipython-main-app{width:100%;position:relative;}
30 #ipython-main-app{width:100%;position:relative;}
30 span#quick_help_area{position:static;padding:5px 0px;margin:0px 0px 0px 0px;}
31 span#quick_help_area{position:static;padding:5px 0px;margin:0px 0px 0px 0px;}
@@ -85,6 +85,13 b' span#notebook_name {'
85 }
85 }
86
86
87 #maintoolbar > select, #maintoolbar label {
87 #maintoolbar > select, #maintoolbar label {
88 height : 23px;
89 vertical-align: top;
90 margin-right:2px;
91 margin-bottom:0;
92 }
93
94 #cell_type {
88 font-size: 85%;
95 font-size: 85%;
89 margin-left:0.3em;
96 margin-left:0.3em;
90 margin-right:0.3em;
97 margin-right:0.3em;
General Comments 0
You need to be logged in to leave comments. Login now