|
24 | 24 |
|
25 | 25 | /* Tab-Box */ |
26 | 26 | .tabbox_tabs { |
27 | | - border-bottom: 1px solid #d3d3d3; |
| 27 | + border-bottom: 1px solid #d3d3d3; |
28 | 28 | } |
29 | 29 | .tabbox_tabs ul { |
30 | | - list-style: none; |
31 | | - padding: 0; |
32 | | - margin: 0; |
| 30 | + list-style: none; |
| 31 | + padding: 0; |
| 32 | + margin: 0; |
33 | 33 | } |
34 | 34 | .tabbox_tabs li { |
35 | | - display: inline; |
36 | | - margin: 0 2px 0 0; |
| 35 | + display: inline; |
| 36 | + margin: 0 2px 0 0; |
37 | 37 | } |
38 | 38 | .tabbox_tabs a { |
39 | | - padding: 0 1em; |
40 | | - text-decoration: none; |
41 | | - color: black; |
42 | | - background: #d3d3d3; |
43 | | - border: 1px solid #d3d3d3; |
| 39 | + padding: 0 1em; |
| 40 | + text-decoration: none; |
| 41 | + color: black; |
| 42 | + background: #d3d3d3; |
| 43 | + border: 1px solid #d3d3d3; |
44 | 44 | } |
45 | 45 | .tabbox_tabs a:hover { |
46 | | - background: #fc0; |
47 | | - color: #540; |
| 46 | + background: #fc0; |
| 47 | + color: #540; |
48 | 48 | } |
49 | 49 | .tabbox_tabs .active a { |
50 | | - font-weight: bold; |
51 | | - color: #ff6600; |
52 | | - background: #ffffff; |
| 50 | + font-weight: bold; |
| 51 | + color: #ff6600; |
| 52 | + background: #ffffff; |
53 | 53 | } |
54 | 54 |
|
55 | 55 | .pnl_toolsarea fieldset, .pnl_listarea fieldset, .pnl_formarea fieldset { |
|
68 | 68 | } |
69 | 69 | .box_error { border: 4px solid #CC0000; } |
70 | 70 | .box_error h1 { color: #CC0000; } |
71 | | - .box_support { border: 1px solid #6495ed; } |
| 71 | + .box_support { border: 1px solid #6495ed; } |
72 | 72 | .box_support h1 { color: #6495ed; } |
73 | 73 | .box_msg { border: 2px solid #6495ed; } |
74 | 74 | .box_msg h1 { color: #6495ed; } |
|
82 | 82 | font-size: 0.9em; |
83 | 83 | } |
84 | 84 |
|
85 | | - /* Password Strength */ |
86 | | - #passBar { |
87 | | - width: 101px; height: 10px; |
88 | | - background: url(../../images/meter_bg.gif) repeat-x bottom left; |
89 | | - margin: 2px 0; |
90 | | - float: left; |
91 | | - } |
92 | | - #passText { |
93 | | - padding: 0 8px; |
94 | | - float: left; |
95 | | - } |
96 | | - |
97 | 85 | /* Lists */ |
98 | 86 | table.list { |
99 | 87 | width: 100%; |
|
105 | 93 | table.list .tbl_row_even { background: #fcfcfc; } |
106 | 94 | table.list .tbl_row_uneven { background: #f0f8ff; } |
107 | 95 | table.list tr:hover { background: #fffacd; } |
108 | | - |
| 96 | + |
| 97 | + /* Password Strength */ |
| 98 | + #passBar { |
| 99 | + width: 101px; height: 10px; |
| 100 | + background: url(../../images/meter_bg.gif) repeat-x bottom left; |
| 101 | + margin: 2px 0; |
| 102 | + float: left; |
| 103 | + } |
| 104 | + #passText { |
| 105 | + padding: 0 8px; |
| 106 | + float: left; |
| 107 | + } |
| 108 | + |
| 109 | + /* Systemmonitor */ |
109 | 110 | .systemmonitor-state { |
110 | | - margin:20px 0; |
| 111 | + margin: 10px 0; |
111 | 112 | font-family: Consolas, "Lucida Console", "Courier New", monospace; |
112 | 113 | font-size: 0.9em; |
113 | 114 | } |
114 | | - .systemmonitor-state-no_state { |
115 | | - border: 1px solid #30302e; |
116 | | - background-color: #cecfc5; |
| 115 | + .systemmonitor-state.state-no_state { |
| 116 | + border-top: 4px solid #95A19F; |
| 117 | + background-color: #FBF6EE; |
117 | 118 | } |
118 | | - .systemmonitor-state-unknown { |
119 | | - border: 1px solid #30302e; |
| 119 | + .systemmonitor-state.state-unknown { |
| 120 | + border-top: 4px solid #30302e; |
120 | 121 | background-color: #cecfc5; |
121 | 122 | } |
122 | | - .systemmonitor-state-ok { |
123 | | - border: 1px solid #23fb00; |
| 123 | + .systemmonitor-state.state-ok { |
| 124 | + border-top: 4px solid #23fb00; |
124 | 125 | background-color: #adffa2; |
125 | 126 | } |
126 | | - .systemmonitor-state-info { |
127 | | - border: 1px solid #fdff00; |
| 127 | + .systemmonitor-state.state-info { |
| 128 | + border-top: 4px solid #fdff00; |
128 | 129 | background-color: #fdffa2; |
129 | 130 | } |
130 | | - .systemmonitor-state-warning { |
131 | | - border: 1px solid #ffa800; |
| 131 | + .systemmonitor-state.state-warning { |
| 132 | + border-top: 4px solid #ffa800; |
132 | 133 | background-color: #ffda93; |
133 | 134 | } |
134 | | - .systemmonitor-state-critical { |
135 | | - border: 1px solid #ff0000; |
| 135 | + .systemmonitor-state.state-critical { |
| 136 | + border-top: 4px solid #ff0000; |
136 | 137 | background-color: #ffb9b9; |
137 | 138 | } |
138 | | - .systemmonitor-state-error { |
139 | | - border: 1px solid #ff0000; |
| 139 | + .systemmonitor-state.state-error { |
| 140 | + border-top: 4px solid #ff0000; |
140 | 141 | background-color: #ff7f7f; |
141 | 142 | } |
142 | | - .systemmonitor-systemstate { |
143 | | - background-image:url("../../icons/x64/network.png"); |
144 | | - background-repeat: no-repeat; |
145 | | - } |
146 | | - .systemmonitor-serverstate { |
147 | | - background-image:url("../../icons/x64/server.png"); |
148 | | - background-repeat: no-repeat; |
149 | | - } |
150 | | - .systemmonitor-state-no_state-icon { |
151 | | - padding:2px 10px 2px 80px; |
152 | | - /*ackground-image:url("../../icons/x32/state_unknown.png"); */ |
153 | | - background-repeat: no-repeat; |
154 | | - } |
155 | | - .systemmonitor-state-unknown-icon { |
156 | | - padding:2px 10px 2px 80px; |
157 | | - background-image:url("../../icons/x32/state_unknown.png"); |
158 | | - background-repeat: no-repeat; |
159 | | - } |
160 | | - .systemmonitor-state-ok-icon { |
161 | | - padding:2px 10px 2px 80px; |
162 | | - background-image:url("../../icons/x32/state_ok.png"); |
163 | | - background-repeat: no-repeat; |
164 | | - } |
165 | | - .systemmonitor-state-info-icon { |
166 | | - padding:2px 10px 2px 80px; |
167 | | - background-image:url("../../icons/x32/state_info.png"); |
168 | | - background-repeat: no-repeat; |
169 | | - } |
170 | | - .systemmonitor-state-warning-icon { |
171 | | - padding:2px 10px 2px 80px; |
172 | | - background-image:url("../../icons/x32/state_warning.png"); |
173 | | - background-repeat: no-repeat; |
174 | | - } |
175 | | - .systemmonitor-state-critical-icon { |
176 | | - padding:2px 10px 2px 80px; |
177 | | - background-image:url("../../icons/x32/state_critical.png"); |
| 143 | + |
| 144 | + .systemmonitor-device { |
178 | 145 | background-repeat: no-repeat; |
| 146 | + background-position: 12px 4px; |
| 147 | + min-height: 80px; |
179 | 148 | } |
180 | | - .systemmonitor-state-error-icon { |
| 149 | + .systemmonitor-device.device-system { background-image: url("../../icons/x64/network.png"); } |
| 150 | + .systemmonitor-device.device-server { background-image: url("../../icons/x64/server.png"); } |
| 151 | + |
| 152 | + .systemmonitor-content.icons32 { |
181 | 153 | padding:2px 10px 2px 80px; |
182 | | - background-image:url("../../icons/x32/state_error.png"); |
183 | 154 | background-repeat: no-repeat; |
| 155 | + background-position: 12px 4px; |
184 | 156 | } |
| 157 | + .systemmonitor-content.icons32.ico-no_state { /*background-image:url("../../icons/x32/state_no.png"); */ } |
| 158 | + .systemmonitor-content.icons32.ico-unknown { background-image:url("../../icons/x32/state_unknown.png"); } |
| 159 | + .systemmonitor-content.icons32.ico-ok { background-image:url("../../icons/x32/state_ok.png"); } |
| 160 | + .systemmonitor-content.icons32.ico-info { background-image:url("../../icons/x32/state_info.png"); } |
| 161 | + .systemmonitor-content.icons32.ico-warning { background-image:url("../../icons/x32/state_warning.png"); } |
| 162 | + .systemmonitor-content.icons32.ico-critical { background-image:url("../../icons/x32/state_critical.png"); } |
| 163 | + .systemmonitor-content.icons32.ico-error { background-image:url("../../icons/x32/state_error.png"); } |
185 | 164 |
|
186 | | - .systemmonitor table { |
| 165 | + .systemmonitor-content table { |
187 | 166 | border: none; |
188 | 167 | margin-top: 10px; |
189 | 168 | } |
190 | 169 |
|
191 | | - .online { |
192 | | - background-color: #c6d880; |
| 170 | + .systemmonitor-content * .online { |
| 171 | + border: 1px solid #ffffff; |
| 172 | + background-color: #E3FFB8; |
| 173 | + color: #000000; |
193 | 174 | padding:0px 5px; |
194 | 175 | } |
195 | | - .offline { |
| 176 | + .systemmonitor-content * .offline { |
| 177 | + border: 1px solid #ffffff; |
196 | 178 | background-color: #d12f19; |
197 | 179 | color:#ffffff; |
198 | 180 | padding:0px 5px; |
|
0 commit comments