From 60e76c58dfadc915acef9b17f29ffa60b83efa2f Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 2 Nov 2010 16:07:29 -0400 Subject: CSS changes, fixes misaligned cursor in some password fields. Fixes item 1 in ticket #830 --- usr/local/www/themes/_corporate/all.css | 5 +++-- usr/local/www/themes/code-red/all.css | 5 +++-- usr/local/www/themes/metallic/all.css | 5 +++-- usr/local/www/themes/nervecenter/all.css | 5 +++-- usr/local/www/themes/pfsense-dropdown/all.css | 5 +++-- usr/local/www/themes/pfsense/all.css | 5 +++-- usr/local/www/themes/pfsense_ng/all.css | 3 ++- usr/local/www/themes/the_wall/all.css | 5 +++-- 8 files changed, 23 insertions(+), 15 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/themes/_corporate/all.css b/usr/local/www/themes/_corporate/all.css index af14ae5..97cec9d 100644 --- a/usr/local/www/themes/_corporate/all.css +++ b/usr/local/www/themes/_corporate/all.css @@ -1036,9 +1036,10 @@ div#log span.log-protocol { text-indent: 10px; } -#login #username, #password { - font-size: 1em; +#login #username, #password, #password2 { + font-size: small; width: 60%; + padding-left:19px padding: 3px; margin: 0em; } diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css index 516598f..3d05aab 100755 --- a/usr/local/www/themes/code-red/all.css +++ b/usr/local/www/themes/code-red/all.css @@ -1120,9 +1120,10 @@ div#log span.log-protocol { text-indent: 10px; } -#login #username, #password { - font-size: 1em; +#login #username, #password, #password2 { + font-size: small; width: 60%; + padding-left:19px padding: 3px; margin: 0em; } diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index 597b8d5..90aa22c 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -1088,9 +1088,10 @@ div#log span.log-protocol { text-indent: 10px; } -#login #username, #password { - font-size: 1em; +#login #username, #password, #password2 { + font-size: small; width: 60%; + padding-left:19px padding: 3px; margin: 0em; } diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 2b1bd9b..722ef83 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -1120,9 +1120,10 @@ div#log span.log-protocol { text-indent: 10px; } -#login #username, #password { - font-size: 1em; +#login #username, #password, #password2 { + font-size: small; width: 60%; + padding-left:19px padding: 3px; margin: 0em; } diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 13ebf38..8a4fcc2 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -837,9 +837,10 @@ div.suggestions div.current { text-indent: 10px; } -#login #username, #password { - font-size: 1em; +#login #username, #password, #password2 { + font-size: small; width: 60%; + padding-left:19px padding: 3px; margin: 0em; } diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index 535f82c..2cc7fcc 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -919,9 +919,10 @@ div#log span.log-protocol-mini-header { top: -300px; */ } -#login #username, #password { - font-size: 1em; +#login #username, #password, #password2 { + font-size: small; width: 60%; + padding-left:19px padding: 3px; margin: 0em; diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css index d3cffdd..650d52d 100644 --- a/usr/local/www/themes/pfsense_ng/all.css +++ b/usr/local/www/themes/pfsense_ng/all.css @@ -1218,8 +1218,9 @@ div#log span.log-protocol { } #login #username, #password, #password2 { - font-size: 1em; + font-size: small; width: 60%; + padding-left:19px padding: 3px; margin: 0em; } diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index 6955e84..bd35b62 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -1128,9 +1128,10 @@ div#log span.log-protocol { text-indent: 10px; } -#login #username, #password { - font-size: 1em; +#login #username, #password, #password2 { + font-size: small; width: 60%; + padding-left:19px padding: 3px; margin: 0em; } -- cgit v1.1