From 6be5a6efc552026a2f4891dc70e3d27938cc5b01 Mon Sep 17 00:00:00 2001
From: xaver <xaver@ispconfig3>
Date: Tue, 27 Sep 2011 11:29:47 -0400
Subject: [PATCH] ISPConfig logo was g cut -> height to 32px, less margin instead
---
interface/web/themes/default/css/screen/content_ispc.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css
index 24c508d..faeb4ab 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -269,7 +269,7 @@
/* Image-Replacement */
.swap { background-repeat:no-repeat; }
.swap span { display:none; height:16px; }
- #ir-HeaderLogo { background-image:url("../../images/header_logo.png"); height:28px; }
+ #ir-HeaderLogo { background-image:url("../../images/header_logo.png"); height:32px;margin:0 0 0.2em; }
#ir-Yes { background-image:url("../../icons/x16/tick_circle.png"); height:16px; }
#ir-No { background-image:url("../../icons/x16/cross_circle.png"); height:16px; }
--
Gitblit v1.9.1