##// END OF EJS Templates
Merge pull request #6146 from minrk/parallel-handle-status...
Merge pull request #6146 from minrk/parallel-handle-status handle the new status messages in IPython.parallel

File last commit:

r16912:30744239
r17267:48531b99 merge
Show More
notificationwidget.less
13 lines | 282 B | text/x-less | LessCssLexer
.notification_widget {
color: @navbar-default-link-color;
padding: 1px 12px;
margin: 2px 4px;
z-index: 10;
border: 1px solid #ccc;
border-radius: @border-radius-base;
background: rgba(240, 240, 240, 0.5);
&.span {
padding-right:2px;
}
}