Skip to content
Snippets Groups Projects
Commit c9985b0a authored by redray's avatar redray
Browse files

added css styles

parent fa47f033
No related branches found
No related tags found
No related merge requests found
...@@ -115,6 +115,22 @@ ...@@ -115,6 +115,22 @@
font-size: 0.9em; font-size: 0.9em;
} }
.systemmonitor #system_load {
width: 40%;
}
.systemmonitor #system_services {
width: 40%;
}
.online {
background-color: #c6d880;
padding:0px 5px;
}
.offline {
background-color: #d12f19;
color:#ffffff;
padding:0px 5px;
}
/* BUTTONS */ /* BUTTONS */
.buttons a, .buttons button{ .buttons a, .buttons button{
display:block; display:block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment