|
103 | 103 | float: left; |
104 | 104 | } |
105 | 105 |
|
106 | | - /* Systemmonitor */ |
| 106 | + /* Systemmonitor */ |
107 | 107 | .systemmonitor-server, |
108 | | - .systemmonitor-ve { |
| 108 | + .systemmonitor-ve, |
| 109 | + .systemmonitor-state { |
109 | 110 | margin: 10px 5px; |
110 | 111 | font-family: Consolas, "Lucida Console", "Courier New", monospace; |
111 | 112 | font-size: 0.9em; |
|
159 | 160 | .systemmonitor-server div.icoDevice { background-position: 0 0; } |
160 | 161 | .systemmonitor-ve div.icoDevice { background-position: -64px 0; } |
161 | 162 | .systemmonitor-network div.icoDevice { background-position: -128px -0; } |
162 | | - div.statusDevice { float: left; } |
163 | | - |
164 | | - p.status { |
| 163 | + div.statusDevice, div.statusMsg { float: left; } |
| 164 | + |
| 165 | + div.statusMsg p { |
| 166 | + float: left; |
| 167 | + padding: 5px; |
| 168 | + } |
| 169 | + .systemmonitor-state .status { |
| 170 | + margin: 5px; |
| 171 | + } |
| 172 | + .status { |
165 | 173 | float: right; |
166 | 174 | width: 32px; |
167 | 175 | height: 32px; |
168 | 176 | background: url("../../icons/x32_sprite.png") no-repeat transparent; |
169 | | - } |
170 | | - .state-no_state p.status, |
171 | | - .state-no_state-ve p.status, |
172 | | - .state-unknown p.status, |
173 | | - .state-unknown-ve p.status { background-position: 0 -207px; } |
174 | | - |
175 | | - .state-ok p.status, |
176 | | - .state-ok-ve p.status { background-position: 0 -270px; } |
177 | | - |
178 | | - .state-info p.status, |
179 | | - .state-info-ve p.status { background-position: 0 -336px; } |
180 | | - |
181 | | - .state-warning p.status, |
182 | | - .state-warning-ve p.status { background-position: 0 -143px; } |
183 | | - |
184 | | - .state-critical p.status, |
185 | | - .state-critical-ve p.status { background-position: 0 -463px; } |
186 | | - |
187 | | - .state-error p.status, |
188 | | - .state-error-ve p.status { background-position: 0 -400px; } |
| 177 | + } |
| 178 | + div.status { |
| 179 | + float: left !important; |
| 180 | + } |
| 181 | + .state-no_state .status, |
| 182 | + .state-no_state-ve .status, |
| 183 | + .state-unknown .status, |
| 184 | + .state-unknown-ve .status { background-position: 0 -207px; } |
| 185 | + |
| 186 | + .state-ok .status, |
| 187 | + .state-ok-ve .status { background-position: 0 -270px; } |
| 188 | + |
| 189 | + .state-info .status, |
| 190 | + .state-info-ve .status { background-position: 0 -336px; } |
| 191 | + |
| 192 | + .state-warning .status, |
| 193 | + .state-warning-ve .status { background-position: 0 -143px; } |
| 194 | + |
| 195 | + .state-critical .status, |
| 196 | + .state-critical-ve .status { background-position: 0 -463px; } |
| 197 | + |
| 198 | + .state-error .status, |
| 199 | + .state-error-ve .status { background-position: 0 -400px; } |
189 | 200 |
|
190 | 201 | /* Usage unknown |
191 | 202 | .systemmonitor-content table { |
192 | 203 | border: none; |
193 | 204 | margin-top: 10px; |
194 | 205 | } |
195 | | -
|
| 206 | + |
196 | 207 | .systemmonitor-content * .online { |
197 | 208 | border: 1px solid #ffffff; |
198 | 209 | background-color: #E3FFB8; |
|
0 commit comments