Skip to content

Commit c9985b0

Browse files
author
redray
committed
added css styles
1 parent fa47f03 commit c9985b0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

interface/web/themes/default/css/screen/content_ispc.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,22 @@
115115
font-size: 0.9em;
116116
}
117117

118+
.systemmonitor #system_load {
119+
width: 40%;
120+
}
121+
.systemmonitor #system_services {
122+
width: 40%;
123+
}
124+
.online {
125+
background-color: #c6d880;
126+
padding:0px 5px;
127+
}
128+
.offline {
129+
background-color: #d12f19;
130+
color:#ffffff;
131+
padding:0px 5px;
132+
}
133+
118134
/* BUTTONS */
119135
.buttons a, .buttons button{
120136
display:block;

0 commit comments

Comments
 (0)