mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
fix celltoolbar select css
This commit is contained in:
parent
4e20188968
commit
33b810fe53
@ -83,6 +83,9 @@ span#notebook_name {
|
||||
|
||||
#maintoolbar > select, #maintoolbar label {
|
||||
font-size: 85%;
|
||||
margin-left:0.3em;
|
||||
margin-right:0.3em;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -18,7 +18,7 @@ var IPython = (function (IPython) {
|
||||
this.add_drop_down_list();
|
||||
this.bind_events();
|
||||
$(this.selector)
|
||||
.append($('<label/>').text('CellToolbar'))
|
||||
.append($('<label/>').text('Cell Toolbar:'))
|
||||
.append(IPython.CellToolbar.dropdown_preset_element)
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user