##// END OF EJS Templates
Backport PR #8174: add 4px between notification areas...
Backport PR #8174: add 4px between notification areas ![screen shot 2015-03-27 at 15 25 37](https://cloud.githubusercontent.com/assets/151929/6878113/aeb2ddfc-d495-11e4-94c9-9059723033a7.PNG) closes #7790 cc: @ellisonbg

File last commit:

r21018:2be7680b
r21018:2be7680b
Show More
notificationwidget.less
21 lines | 371 B | text/x-less | LessCssLexer
.notification_widget {
color: @navbar-default-link-color;
z-index: 10;
background: @notification_widget_bg;
margin-right: 4px;
.btn-default();
}
.notification_widget.warning {
.btn-warning();
}
.notification_widget.success {
.btn-success();
}
.notification_widget.info {
.btn-info();
}
.notification_widget.danger {
.btn-danger();
}