Display a status icon on the Network status menu entry

This commit is contained in:
Saivann 2014-10-28 00:14:51 -04:00
parent b7ef7f6bf4
commit 50203f5cc4
9 changed files with 156 additions and 3 deletions

View file

@ -405,6 +405,17 @@ table td,table th{
white-space:nowrap;
}
.statusmenu{
display:inline-block;
padding-left:20px;
background-position:left center;
background-repeat:no-repeat;
background-image:url(/img/netstatus_normal.svg);
}
.statusmenu.alert{
background-image:url(/img/netstatus_alert.svg);
}
/*Styles specific to elements in pages*/
.mainsummary,