##// END OF EJS Templates
use on-load event to trigger resizable images...
use on-load event to trigger resizable images instead of timeout, which could get incorrect size information. closes #5219

File last commit:

r15128:284714b1
r15551:21111dbc
Show More
notificationarea.less
18 lines | 296 B | text/x-less | LessCssLexer
/ IPython / html / static / notebook / less / notificationarea.less
Brian E. Granger
Splitting notebook.less into separate files.
r10730 #notification_area {
z-index: 10;
}
Brian E. Granger
Add edit/command mode indicator.
r15115
.indicator_area {
color: @navbarLinkColor;
padding: 4px 3px;
margin: 0px;
width: 11px;
z-index: 10;
Brian E. Granger
Spinning sun + nothing for command mode.
r15128 text-align: center;
Brian E. Granger
Add edit/command mode indicator.
r15115 }
#kernel_indicator {
// Pull it to the right, outside the container boundary
margin-right: -16px;
}