##// END OF EJS Templates
Add float implementation of range widget
Add float implementation of range widget

File last commit:

r16912:30744239
r17060:6b57c5bb
Show More
notificationwidget.less
13 lines | 282 B | text/x-less | LessCssLexer
/ IPython / html / static / notebook / less / notificationwidget.less
Brian E. Granger
Add edit/command mode indicator.
r15115 .notification_widget {
Jonathan Frederic
Get notebook running with Bootstrap3
r16912 color: @navbar-default-link-color;
MinRK
compress menubar a few pixels vertically
r10971 padding: 1px 12px;
margin: 2px 4px;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 z-index: 10;
MinRK
bootstrapify notification widget
r10932 border: 1px solid #ccc;
Jonathan Frederic
Get notebook running with Bootstrap3
r16912 border-radius: @border-radius-base;
MinRK
bootstrapify notification widget
r10932 background: rgba(240, 240, 240, 0.5);
Matthias BUSSONNIER
more subtle kernel indicator...
r15042
&.span {
padding-right:2px;
}
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }