##// END OF EJS Templates
a few 1 pixel fixes....
a few 1 pixel fixes. this uses the same html/css structure acroos the tabs, and reduce the overlay click zone that expended the size of the header to 25px instead of 24px

File last commit:

r19596:5b13572a
r19703:6879cac4
Show More
notificationarea.less
56 lines | 836 B | text/x-less | LessCssLexer
#notification_area {
.pull-right();
z-index: 10;
}
.indicator_area {
color: @navbar-default-link-color;
margin-left: 5px;
margin-right: 5px;
width: 11px;
z-index: 10;
text-align: center;
}
#kernel_indicator {
.pull-right();
.indicator_area();
width: auto;
border-left: 1px solid;
.kernel_indicator_name {
padding-left: 5px;
padding-right: 5px;
}
}
#modal_indicator {
.pull-right();
.indicator_area();
}
.edit_mode_icon:before {
.icon(@fa-var-pencil)
}
.command_mode_icon:before {
.icon(' ');
}
.kernel_idle_icon:before {
.icon(@fa-var-circle-o);
}
.kernel_busy_icon:before {
.icon(@fa-var-circle);
}
.kernel_dead_icon:before {
.icon(@fa-var-bomb);
}
.kernel_disconnected_icon:before {
.icon(@fa-var-chain-broken);
}