fix celltoolbar select css

This commit is contained in:
Matthias BUSSONNIER 2013-01-14 08:48:38 +01:00
parent 4e20188968
commit 33b810fe53
2 changed files with 4 additions and 1 deletions

View File

@ -83,6 +83,9 @@ span#notebook_name {
#maintoolbar > select, #maintoolbar label {
font-size: 85%;
margin-left:0.3em;
margin-right:0.3em;
}

View File

@ -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)
};