##// END OF EJS Templates
Backport PR #8174: add 4px between notification areas...
Min RK -
Show More
@@ -2,6 +2,7 b''
2 color: @navbar-default-link-color;
2 color: @navbar-default-link-color;
3 z-index: 10;
3 z-index: 10;
4 background: @notification_widget_bg;
4 background: @notification_widget_bg;
5 margin-right: 4px;
5 .btn-default();
6 .btn-default();
6 }
7 }
7
8
@@ -10882,6 +10882,7 b' ul#help_menu li a i {'
10882 color: #777777;
10882 color: #777777;
10883 z-index: 10;
10883 z-index: 10;
10884 background: rgba(240, 240, 240, 0.5);
10884 background: rgba(240, 240, 240, 0.5);
10885 margin-right: 4px;
10885 color: #333333;
10886 color: #333333;
10886 background-color: #ffffff;
10887 background-color: #ffffff;
10887 border-color: #cccccc;
10888 border-color: #cccccc;
General Comments 0
You need to be logged in to leave comments. Login now