From dbe5b0c9687ca2b1dc2dd7c8f150899335eae329 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Mon, 26 Sep 2011 17:13:06 -0400
Subject: [PATCH] - OpenSUSE: check if the line "include /etc/nginx/sites-enabled/*.vhost;" exists in /etc/nginx/nginx.conf before it is inserted (installation).
---
interface/web/themes/default/css/screen/content_ispc.css | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css
index db36d66..3524668 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -53,9 +53,7 @@
}
.pnl_toolsarea fieldset, .pnl_listarea fieldset, .pnl_formsarea fieldset {
- border-color: #6299c5 -moz-use-text-color -moz-use-text-color;
- border-style: solid none none;
- border-width: 1px medium medium;
+ border-top: 1px solid #949494;
margin: 20px 0;
}
.pnl_toolsarea fieldset legend , .pnl_listarea fieldset legend {
@@ -254,6 +252,7 @@
}
.dashboard-modules.admin { background-image: url('../../icons/x32/system.png') !important; }
+ .dashboard-modules.vm { background-image: url('../../icons/x32/drawer.png') !important; }
.dashboard-modules.client { background-image: url('../../icons/x32/client.png') !important; }
.dashboard-modules.mail { background-image: url('../../icons/x32/email.png') !important; }
.dashboard-modules.monitor { background-image: url('../../icons/x32/monitor.png') !important; }
@@ -358,7 +357,7 @@
/* Button with icon and text */
.iconstxt {
background-repeat: no-repeat;
- background-position: 4px 4px;
+ background-position: 4px center;
}
.iconstxt span { padding-left: 20px; }
.iconstxt.icoPositive { background-image: url("../../icons/x16/tick_circle_frame.png"); }
--
Gitblit v1.9.1