notificationarea.less
18 lines
| 296 B
| text/x-less
|
LessCssLexer
Brian E. Granger
|
r10730 | #notification_area { | ||
z-index: 10; | ||||
} | ||||
Brian E. Granger
|
r15115 | |||
.indicator_area { | ||||
color: @navbarLinkColor; | ||||
padding: 4px 3px; | ||||
margin: 0px; | ||||
width: 11px; | ||||
z-index: 10; | ||||
Brian E. Granger
|
r15128 | text-align: center; | ||
Brian E. Granger
|
r15115 | } | ||
#kernel_indicator { | ||||
// Pull it to the right, outside the container boundary | ||||
margin-right: -16px; | ||||
} | ||||