##// END OF EJS Templates
adjust appearance of cell toolbar select...
adjust appearance of cell toolbar select undo some of the bootstrap mixin sizing, which should help the appearance on Firefox on Linux.

File last commit:

r19666:482edf5b
r20413:38ea398e
Show More
kernelselector.less
10 lines | 185 B | text/x-less | LessCssLexer
Min RK
remove kernel selector from header...
r19596 #kernel_logo_widget {
.pull-right();
Thomas Kluyver
Use double resolution logo to support hires displays
r19378
Min RK
add text placeholder for kernels with no logo...
r19597 .current_kernel_logo {
display: none;
Min RK
remove kernel selector from header...
r19596 .navbar-vertical-align(32px);
Thomas Kluyver
Use double resolution logo to support hires displays
r19378 width: 32px;
height: 32px;
}
Thomas Kluyver
Style kernel name
r17372 }