##// END OF EJS Templates
Merge pull request #5052 from ellisonbg/pager-q...
Merge pull request #5052 from ellisonbg/pager-q Add q to toggle the pager.

File last commit:

r15042:036b6a9b
r15209:07d1ed50 merge
Show More
notificationwidget.less
22 lines | 397 B | text/x-less | LessCssLexer
.notification_widget{
color: @navbarLinkColor;
padding: 1px 12px;
margin: 2px 4px;
z-index: 10;
border: 1px solid #ccc;
border-radius: @baseBorderRadius;
background: rgba(240, 240, 240, 0.5);
&.span {
padding-right:2px;
}
}
#indicator_area{
color: @navbarLinkColor;
padding: 2px 2px;
margin: 2px -9px 2px 4px;
z-index: 10;
}