From cd969863ff046cd7c1ffaaef26663f3d99a5a8cf Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Mon, 01 Dec 2008 06:02:01 -0500
Subject: [PATCH] fixed revision display style
---
interface/web/themes/default/css/screen/content_ispc.css | 28 ++++++++++++----------------
1 files changed, 12 insertions(+), 16 deletions(-)
diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css
index 19f911b..a38188f 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -111,6 +111,10 @@
font-family: Consolas, "Lucida Console", "Courier New", monospace;
font-size: 0.9em;
}
+ .systemmonitor-state-no_state {
+ border: 1px solid #30302e;
+ background-color: #cecfc5;
+ }
.systemmonitor-state-unknown {
border: 1px solid #30302e;
background-color: #cecfc5;
@@ -143,6 +147,11 @@
background-image:url("../../icons/x64/server.png");
background-repeat: no-repeat;
}
+ .systemmonitor-state-no_state-icon {
+ padding:2px 10px 2px 80px;
+ /*ackground-image:url("../../icons/x32/state_unknown.png"); */
+ background-repeat: no-repeat;
+ }
.systemmonitor-state-unknown-icon {
padding:2px 10px 2px 80px;
background-image:url("../../icons/x32/state_unknown.png");
@@ -175,24 +184,11 @@
}
.systemmonitor table {
- border: 1px solid #d3d3d3;
- width: 80%;
+ border: none;
margin-top: 10px;
}
- .systemmonitor table * td {
- padding: 1px;
- font-weight: normal;
- font-family: Consolas, "Lucida Console", "Courier New", monospace;
- font-size: 0.9em;
- }
-
- .systemmonitor #system_load {
- width: 40%;
- }
- .systemmonitor #system_services {
- width: 40%;
- }
- .online {
+
+ .online {
background-color: #c6d880;
padding:0px 5px;
}
--
Gitblit v1.9.1