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