Merge pull request #8174 from minrk/notification-pad

add 4px between notification areas
This commit is contained in:
Matthias Bussonnier 2015-03-28 17:49:38 -07:00
commit 38585a1257
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
color: @navbar-default-link-color;
z-index: 10;
background: @notification_widget_bg;
margin-right: 4px;
.btn-default();
}

View File

@ -10866,6 +10866,7 @@ ul#help_menu li a i {
color: #777777;
z-index: 10;
background: rgba(240, 240, 240, 0.5);
margin-right: 4px;
color: #333333;
background-color: #ffffff;
border-color: #cccccc;