##// END OF EJS Templates
update interact now that SelectionWidget.values is a dict
update interact now that SelectionWidget.values is a dict

File last commit:

r15042:036b6a9b
r15143:af52388d
Show More
notificationwidget.less
22 lines | 397 B | text/x-less | LessCssLexer
/ IPython / html / static / notebook / less / notificationwidget.less
Brian E. Granger
Splitting notebook.less into separate files.
r10730 .notification_widget{
MinRK
compress menubar a few pixels vertically
r10971 color: @navbarLinkColor;
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;
Matthias BUSSONNIER
use baseBorderRadius instead of corner_radius...
r13547 border-radius: @baseBorderRadius;
MinRK
bootstrapify notification widget
r10932 background: rgba(240, 240, 240, 0.5);
Matthias BUSSONNIER
more subtle kernel indicator...
r15042
&.span {
padding-right:2px;
}
}
#indicator_area{
color: @navbarLinkColor;
padding: 2px 2px;
margin: 2px -9px 2px 4px;
z-index: 10;
MinRK
bootstrapify notification widget
r10932
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }