##// END OF EJS Templates
fix select width in toolbar
Matthias BUSSONNIER -
Show More
@@ -26,7 +26,8 span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size:
26 26 #notification_area{position:absolute;right:0px;top:0px;height:25px;padding:3px 0px;padding-right:3px;z-index:10;}
27 27 .notification_widget{float:right;right:0px;top:1px;height:25px;padding:3px 6px;z-index:10;}
28 28 .toolbar{padding:3px 15px;border-bottom:1px #e0e0e0 solid;}
29 #maintoolbar>select,#maintoolbar label{height:23px;vertical-align:top;margin-right:2px;margin-bottom:0;display:inline;font-size:85%;margin-left:0.3em;margin-right:0.3em;}
29 #maintoolbar select,#maintoolbar label{height:23px;vertical-align:top;margin-right:2px;margin-bottom:0;display:inline;font-size:85%;margin-left:0.3em;margin-right:0.3em;}
30 #maintoolbar select{width:auto;}
30 31 #ipython-main-app{width:100%;position:relative;}
31 32 span#quick_help_area{position:static;padding:5px 0px;margin:0px 0px 0px 0px;}
32 33 .help_string{float:right;width:170px;padding:0px 5px;text-align:left;font-size:85%;}
@@ -87,7 +87,7 span#notebook_name {
87 87 border-bottom: @borderwidth @border_color solid;
88 88 }
89 89
90 #maintoolbar > select, #maintoolbar label {
90 .toolbar select, #maintoolbar label {
91 91 height : 23px;
92 92 vertical-align: top;
93 93 margin-right:2px;
@@ -96,7 +96,10 span#notebook_name {
96 96 font-size: 85%;
97 97 margin-left:0.3em;
98 98 margin-right:0.3em;
99 }
99 100
101 .toolbar select{
102 width:auto;
100 103 }
101 104
102 105
General Comments 0
You need to be logged in to leave comments. Login now