##// END OF EJS Templates
deleting a comm now unregisters the comm. unrehistering the comm does not close it anymore
deleting a comm now unregisters the comm. unrehistering the comm does not close it anymore

File last commit:

r17292:71d7642b
r17403:5f550f7b
Show More
notificationwidget.less
13 lines | 281 B | text/x-less | LessCssLexer
.notification_widget {
color: @navbar-default-link-color;
padding: 1px 12px;
margin: 2px 4px;
z-index: 10;
border: 1px solid #ccc;
border-radius: @border-radius-base;
background: @notification_widget_bg;
&.span {
padding-right:2px;
}
}