##// END OF EJS Templates
Merge pull request #6657 from takluyver/adapt-no-code-to-line...
Merge pull request #6657 from takluyver/adapt-no-code-to-line Fix code_to_line when called with empty code

File last commit:

r17391:9e80835b
r18274:b4de39a2 merge
Show More
notificationwidget.less
31 lines | 551 B | text/x-less | LessCssLexer
.notification_widget {
color: @navbar-default-link-color;
padding: 1px 12px;
margin: 2px 4px;
z-index: 10;
border-radius: @border-radius-base;
background: @notification_widget_bg;
.pull-right();
.border-box-sizing();
.btn();
.btn-default();
.btn-xs();
&.span {
padding-right:2px;
}
}
.notification_widget.warning {
.btn-warning();
}
.notification_widget.success {
.btn-success();
}
.notification_widget.info {
.btn-info();
}
.notification_widget.danger {
.btn-danger();
}