##// END OF EJS Templates
remove weird unicode space in the new copyright header...
remove weird unicode space in the new copyright header The bytes were actually: #\xe2\x80\x82Copyright...

File last commit:

r15847:5c22c5ca
r16141:8a7c5eab
Show More
notificationarea.less
35 lines | 502 B | text/x-less | LessCssLexer
#notification_area {
z-index: 10;
}
.indicator_area {
color: @navbarLinkColor;
padding: 4px 3px;
margin: 0px;
width: 11px;
z-index: 10;
text-align: center;
}
#kernel_indicator {
// Pull it to the right, outside the container boundary
margin-right: -16px;
}
.edit_mode_icon:before {
.icon(@pencil);
}
.command_mode_icon:before {
.icon(' ');
}
.kernel_idle_icon:before {
.icon(@circle-blank);
}
.kernel_busy_icon:before {
.icon(@circle);
}