##// END OF EJS Templates
fix celltoolbar select css
Matthias BUSSONNIER -
Show More
@@ -83,6 +83,9 b' span#notebook_name {'
83 83
84 84 #maintoolbar > select, #maintoolbar label {
85 85 font-size: 85%;
86 margin-left:0.3em;
87 margin-right:0.3em;
88
86 89 }
87 90
88 91
@@ -18,7 +18,7 b' var IPython = (function (IPython) {'
18 18 this.add_drop_down_list();
19 19 this.bind_events();
20 20 $(this.selector)
21 .append($('<label/>').text('CellToolbar'))
21 .append($('<label/>').text('Cell Toolbar:'))
22 22 .append(IPython.CellToolbar.dropdown_preset_element)
23 23 };
24 24
General Comments 0
You need to be logged in to leave comments. Login now