From 00e59763f58e463e6baf87dddc78f5d647ffcc68 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sat, 06 Dec 2008 12:01:01 -0500
Subject: [PATCH] Fixed issues in install and update script.
---
interface/web/themes/default/css/screen/content_ispc.css | 151 ++++++++++++++++++++++++++++++++++---------------
1 files changed, 104 insertions(+), 47 deletions(-)
diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css
index f1bc4a9..a03fbe0 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -3,7 +3,7 @@
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Uniform design of ISPConfig elements - ISPConfig 3: default theme
- * (de) Einheitliche Standardformatierungen f�r ISPConfig-Elemente - ISPConfig 3: default theme
+ * (de) Einheitliche Standardformatierungen f�r ISPConfig-Elemente - ISPConfig 3: default theme
*
* @copyright Copyright 2005-2008, Dirk Jesse
* @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
@@ -18,46 +18,38 @@
@media all
{
- /* Image-Replacement */
- h1.swap { background-repeat:no-repeat; }
- h1.swap span {display:none;}
- h1#ir-HeaderLogo {
- height:32px;
- background-image:url("../../images/header_logo.png");
- }
-
.pageForm_description {
font-size: 12px;
}
/* Tab-Box */
.tabbox_tabs {
- border-bottom: 1px solid #d3d3d3;
+ border-bottom: 1px solid #d3d3d3;
}
.tabbox_tabs ul {
- list-style: none;
- padding: 0;
- margin: 0;
+ list-style: none;
+ padding: 0;
+ margin: 0;
}
.tabbox_tabs li {
- display: inline;
- margin: 0 2px 0 0;
+ display: inline;
+ margin: 0 2px 0 0;
}
.tabbox_tabs a {
- padding: 0 1em;
- text-decoration: none;
- color: black;
- background: #d3d3d3;
- border: 1px solid #d3d3d3;
+ padding: 0 1em;
+ text-decoration: none;
+ color: black;
+ background: #d3d3d3;
+ border: 1px solid #d3d3d3;
}
.tabbox_tabs a:hover {
- background: #fc0;
- color: #540;
+ background: #fc0;
+ color: #540;
}
.tabbox_tabs .active a {
- font-weight: bold;
- color: #ff6600;
- background: #ffffff;
+ font-weight: bold;
+ color: #ff6600;
+ background: #ffffff;
}
.pnl_toolsarea fieldset, .pnl_listarea fieldset, .pnl_formarea fieldset {
@@ -76,7 +68,7 @@
}
.box_error { border: 4px solid #CC0000; }
.box_error h1 { color: #CC0000; }
- .box_support { border: 1px solid #6495ed; }
+ .box_support { border: 1px solid #6495ed; }
.box_support h1 { color: #6495ed; }
.box_msg { border: 2px solid #6495ed; }
.box_msg h1 { color: #6495ed; }
@@ -101,36 +93,100 @@
table.list .tbl_row_even { background: #fcfcfc; }
table.list .tbl_row_uneven { background: #f0f8ff; }
table.list tr:hover { background: #fffacd; }
-
-
- .systemmonitor table {
- border: 1px solid #d3d3d3;
- width: 80%;
- margin-top: 10px;
- }
- .systemmonitor table * td {
- padding: 1px;
- font-weight: normal;
+
+ /* Password Strength */
+ #passBar {
+ width: 101px; height: 10px;
+ background: url(../../images/meter_bg.gif) repeat-x bottom left;
+ margin: 2px 0;
+ float: left;
+ }
+ #passText {
+ padding: 0 8px;
+ float: left;
+ }
+
+ /* Systemmonitor */
+ .systemmonitor-state {
+ margin: 10px 0;
font-family: Consolas, "Lucida Console", "Courier New", monospace;
font-size: 0.9em;
+ }
+ .systemmonitor-state.state-no_state {
+ border-top: 4px solid #95A19F;
+ background-color: #FBF6EE;
+ }
+ .systemmonitor-state.state-unknown {
+ border-top: 4px solid #30302e;
+ background-color: #cecfc5;
+ }
+ .systemmonitor-state.state-ok {
+ border-top: 4px solid #23fb00;
+ background-color: #adffa2;
+ }
+ .systemmonitor-state.state-info {
+ border-top: 4px solid #fdff00;
+ background-color: #fdffa2;
+ }
+ .systemmonitor-state.state-warning {
+ border-top: 4px solid #ffa800;
+ background-color: #ffda93;
+ }
+ .systemmonitor-state.state-critical {
+ border-top: 4px solid #ff0000;
+ background-color: #ffb9b9;
+ }
+ .systemmonitor-state.state-error {
+ border-top: 4px solid #ff0000;
+ background-color: #ff7f7f;
+ }
+
+ .systemmonitor-device {
+ background-repeat: no-repeat;
+ background-position: 12px 4px;
+ min-height: 80px;
+ }
+ .systemmonitor-device.device-system { background-image: url("../../icons/x64/network.png"); }
+ .systemmonitor-device.device-server { background-image: url("../../icons/x64/server.png"); }
+
+ .systemmonitor-content.icons32 {
+ padding:2px 10px 2px 80px;
+ background-repeat: no-repeat;
+ background-position: 12px 4px;
+ }
+ .systemmonitor-content.icons32.ico-no_state { /*background-image:url("../../icons/x32/state_no.png"); */ }
+ .systemmonitor-content.icons32.ico-unknown { background-image:url("../../icons/x32/state_unknown.png"); }
+ .systemmonitor-content.icons32.ico-ok { background-image:url("../../icons/x32/state_ok.png"); }
+ .systemmonitor-content.icons32.ico-info { background-image:url("../../icons/x32/state_info.png"); }
+ .systemmonitor-content.icons32.ico-warning { background-image:url("../../icons/x32/state_warning.png"); }
+ .systemmonitor-content.icons32.ico-critical { background-image:url("../../icons/x32/state_critical.png"); }
+ .systemmonitor-content.icons32.ico-error { background-image:url("../../icons/x32/state_error.png"); }
+
+ .systemmonitor-content table {
+ border: none;
+ margin-top: 10px;
}
-
- .systemmonitor #system_load {
- width: 40%;
- }
- .systemmonitor #system_services {
- width: 40%;
- }
- .online {
- background-color: #c6d880;
+
+ .systemmonitor-content * .online {
+ border: 1px solid #ffffff;
+ background-color: #E3FFB8;
+ color: #000000;
padding:0px 5px;
}
- .offline {
+ .systemmonitor-content * .offline {
+ border: 1px solid #ffffff;
background-color: #d12f19;
color:#ffffff;
padding:0px 5px;
}
-
+
+ /* Image-Replacement */
+ .swap { background-repeat:no-repeat; }
+ .swap span { display:none; height:16px; }
+ #ir-HeaderLogo { background-image:url("../../images/header_logo.png"); height:32px; }
+ #ir-Yes { background-image:url("../../icons/x16/tick_circle.png"); height:16px; }
+ #ir-No { background-image:url("../../icons/x16/cross_circle.png"); height:16px; }
+
/* BUTTONS */
.buttons a, .buttons button{
display:block;
@@ -230,5 +286,6 @@
.icons16.icoDelete { background-image: url("../../icons/x16/minus_circle_frame.png"); }
.icons16.icoFilter { background-image: url(../../icons/x16/funnel.png); }
+ .icons16.icoEdit { background-image: url("../../icons/x16/wrench.png"); }
}
--
Gitblit v1.9.1