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.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/interface/web/themes/default/css/screen/content.css b/interface/web/themes/default/css/screen/content.css
index 2eb3b07..f49b28e 100644
--- a/interface/web/themes/default/css/screen/content.css
+++ b/interface/web/themes/default/css/screen/content.css
@@ -101,6 +101,7 @@
 	  background: #FFFFFF;
 	  border: 1px solid #DFDFDF;
 	  padding: 1px;
+	  outline:none;
 	}
 
 	
@@ -174,7 +175,7 @@
 	table.full { width: 100%; }
 	table.fixed { table-layout:fixed }
 	
-	th,td { padding: 0.5em; }
+	th,td { padding: 0.5em;text-align:right; }
 	thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff }
 	tbody th { background: #ccc; color: #333 }
 	tbody th.sub { background: #ddd; color: #333 }

--
Gitblit v1.9.1