diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-30 00:40:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-30 00:40:54 +0000 |
commit | 2690f7d9830834cedb505b8ee0c5c87e3d0b54d9 (patch) | |
tree | 287d0aa295a5912535a9b06282a81438542e6d67 /usr | |
parent | 8fe7b598da98d26564340b5ccbbc4441fa586339 (diff) | |
download | pfsense-2690f7d9830834cedb505b8ee0c5c87e3d0b54d9.zip pfsense-2690f7d9830834cedb505b8ee0c5c87e3d0b54d9.tar.gz |
Center left td
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/themes/metallic/all.css | 13 | ||||
-rw-r--r-- | usr/local/www/themes/nervecenter/all.css | 9 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense-dropdown/all.css | 13 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense/all.css | 13 | ||||
-rw-r--r-- | usr/local/www/themes/the_wall/all.css | 13 |
5 files changed, 11 insertions, 50 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index 492aeba..6c943f6 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/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; } /* DOM Tooltip CSS definitions */ diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 0194ac9..03bbbde 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -6,10 +6,9 @@ html, body, td, th, input, select { } .inputerrorsleft { - background-color: #990000; + background-color: #990000; width: 36px; - align: center; - valign: center; + text-align: center; } .inputerrorsright { @@ -18,9 +17,7 @@ html, body, td, th, input, select { font-size: 11px; padding-left: 8px; padding-top: 6px; - align: center; - valign: center; -} + div.GraphLink { position: relative; 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 { diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index 00f9185..13aa29e 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/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 { diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index bf303ca..8653aae 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -6,16 +6,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 { @@ -24,8 +17,6 @@ html, body, td, th, input, select { font-size: 11px; padding-left: 8px; padding-top: 6px; - align: center; - valign: center; } div.GraphLink { |