##// END OF EJS Templates
allow splitting and merging of heading cells...
allow splitting and merging of heading cells I consider it a bug that you couldn't merge with heading cells, and that you couldn't split them, either. (So much so that I thought it was a bug in ipython-vimception when I ran into it). This change removes that limitation, so heading cells are on par with the other cells in terms of the kinds of manipulations one can carry out with them.

File last commit:

r16950:48e8c003
r17417:811c7332
Show More
toolbar.less
53 lines | 866 B | text/x-less | LessCssLexer
Brian E. Granger
Splitting notebook.less into separate files.
r10730 .toolbar {
Jonathan Frederic
Lots of small alignment tweaks to get Bootstrap3 looking better
r16937 padding: 0px;
margin-left: -5px;
MinRK
menubar not full-width...
r10970 margin-top: -5px;
Brian E. Granger
Splitting notebook.less into separate files.
r10730
select, label {
MinRK
bootstrap toolbar
r10889 width: auto;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 vertical-align:middle;
margin-right:2px;
MinRK
fix select alignment on FF
r10924 margin-bottom:0px;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 display: inline;
font-size: 92%;
margin-left:0.3em;
margin-right:0.3em;
padding: 0px;
MinRK
fix select alignment on FF
r10924 padding-top: 3px;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }
Jonathan Frederic
Fix automation errors.
r16914 .btn {
MinRK
bootstrap toolbar
r10889 padding: 2px 8px;
}
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }
MinRK
use responsive bootstrap
r10900
.toolbar .btn-group {
margin-top: 0px;
Jonathan Frederic
Added dropdown submenu CSS
r16928 margin-left: 5px;
MinRK
use responsive bootstrap
r10900 }
MinRK
menubar not full-width...
r10970
#maintoolbar {
Jonathan Frederic
Post discussion with @ellisonbg
r16950 margin-bottom: -3px;
margin-top: -8px;
Jonathan Frederic
Lots of small alignment tweaks to get Bootstrap3 looking better
r16937 border: 0px;
min-height: 27px;
Jonathan Frederic
Post discussion with @ellisonbg
r16950 margin-left: 32px;
padding-top: 6px;
padding-bottom: 8px;
Jonathan Frederic
Added dropdown submenu CSS
r16928
Jonathan Frederic
Post discussion with @ellisonbg
r16950 .navbar-text {
float: none;
vertical-align: middle;
text-align: right;
margin-left: 5px;
margin-right: 0px;
margin-top: 0px
}
.toolbar {
margin-top: 0px;
}
Jonathan Frederic
Make maintoolbar select dropdowns look nice
r16948 }
.select-xs {
height: @btn_small_height;
Jonathan Frederic
Added dropdown submenu CSS
r16928 }