From bfc22ec9af89c240cbce16c1f8abb17547cd4b3d Mon Sep 17 00:00:00 2001
From: xaver <xaver@ispconfig3>
Date: Wed, 14 Sep 2011 15:08:09 -0400
Subject: [PATCH] fixed icon in middle vertical, for opera table th align right

---
 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 bbd8b98..f6a84fd 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -359,7 +359,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