From 28048cdc2dfa7b5b4e157ce4823bfc9bfaf55489 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 10 Aug 2012 05:45:37 -0400
Subject: [PATCH] Fixed: FS#2291 - Postfix & Dovecot : unknown user

---
 interface/web/themes/default-v2/css/styles.css |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/interface/web/themes/default-v2/css/styles.css b/interface/web/themes/default-v2/css/styles.css
index 6c1c19a..05589a1 100644
--- a/interface/web/themes/default-v2/css/styles.css
+++ b/interface/web/themes/default-v2/css/styles.css
@@ -159,13 +159,14 @@
     padding-top:37px;
     text-align:center;
     text-decoration:none;
-    width:78px;
+    min-width:78px;
 }
 
 #topNav a:hover {
     background-color: #eeeeee;
     color: #000000;
 }
+
 #topNav #topNav_current a {
     font-weight: bold;
     color: black;
@@ -185,7 +186,9 @@
 .topnav-dashboard { background-position: 22px -1035px !important; }
 .topnav-client { background-position: 22px -1098px !important; }
 .topnav-billing { background-position: 22px -1162px !important; }
-
+#topNav a span {
+            padding: 0 3px;
+        }
 /* main
 -------------------------------------------------------------- */
 #main { 
@@ -676,7 +679,9 @@
     width:16px;
     height:16px;
 }
-
+.topbuttons {
+    margin-bottom: 10px;
+}
 /* BUTTONS STANDARD */
 button:hover,
 .buttons a:hover {
@@ -1101,10 +1106,10 @@
     margin-right:10px;
     width:16px;
     height:16px;
-    background:url("../icons/x16/plus_circle_frame.png") top left no-repeat;
+    background: url("../icons/button_sprite.png") 0 -72px no-repeat transparent;
 }
 div.subsectiontoggle span.showing{
-    background:url("../icons/x16/minus_circle_frame.png") top left no-repeat;
+    background-position: 0 -40px;
 }
 div.subsectiontoggle em {
     display:block;
@@ -1208,6 +1213,8 @@
     -o-border-radius:5px;
     -ms-border-radius:5px;
     border-radius:5px;
+    max-height:500px;
+    overflow:auto;
 }
 ul.gs-resultbox li {
     float: left;

--
Gitblit v1.9.1