From 2690f7d9830834cedb505b8ee0c5c87e3d0b54d9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 30 Oct 2008 00:40:54 +0000 Subject: Center left td --- usr/local/www/themes/pfsense-dropdown/all.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'usr/local/www/themes/pfsense-dropdown') diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index e3e09b8..0af7a3a 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -5,16 +5,9 @@ html, body, td, th, input, select { } .inputerrorsleft { - background-color: #990000; - color: #000000; - font-size: 11px; - padding-top: 1px; - padding-bottom: 1px; - padding-right: 1px; - padding-left: 1px; + background-color: #990000; width: 36px; - align: center; - valign: center; + text-align: center; } .inputerrorsright { @@ -23,8 +16,6 @@ html, body, td, th, input, select { font-size: 11px; padding-left: 8px; padding-top: 6px; - align: center; - valign: center; } form { -- cgit v1.1