From: Janusz Dobrowolski Date: Thu, 4 Feb 2010 20:44:32 +0000 (+0000) Subject: Fixed for login page. X-Git-Tag: 2.3-final~991 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=9afb27868869bcd31d09e02c2f07f1c80ffdf1c5 Fixed for login page. --- diff --git a/themes/aqua/default.css b/themes/aqua/default.css index e5898c47..81f43f23 100644 --- a/themes/aqua/default.css +++ b/themes/aqua/default.css @@ -24,6 +24,10 @@ body { padding: 0; } +#loginscreen { + background: #f5f5f5; +} + tr, td, th { font-size: 11px; line-height: 19px; @@ -96,8 +100,10 @@ button img, span { } .login { - background-color: #ffffff; - border: none; + width: 350px; + border-left: 12px solid #367cb5; + border-collapse: collapse; + background-color: #eeeeee; } .callout_main { @@ -248,8 +254,16 @@ div.tabs a:hover { color: #cccccc; font-weight: normal; font-size: 9px; + text-align: center; + width: 100%; +} + +.footer td a { + color: #666666; + font-size: 9px; } + .tableheader { font-weight: bold; background-color: #d5cea7; @@ -273,6 +287,7 @@ div.tabs a:hover { font-size: 13px; border-bottom: 1px solid #8cacbb; padding: 5px; + width: 100%; } .headingtext { @@ -299,7 +314,7 @@ div.tabs a:hover { } .inputsubmit { - font-size: 8pt; + font-size: 11px; border: 1px solid #0066cc; padding: 1px 4px; } diff --git a/themes/cool/default.css b/themes/cool/default.css index 4917647e..8d58709c 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -24,6 +24,10 @@ body { padding: 0; } +#loginscreen { + background: #f5f5f5; +} + tr, td, th { font-size: 11px; line-height: 19px; @@ -96,8 +100,10 @@ button img, span { } .login { - background-color: #ffffff; - border: none; + width: 350px; + border-left: 12px solid #367cb5; + border-collapse: collapse; + background-color: #eeeeee; } .callout_main { @@ -252,6 +258,13 @@ div.tabs a:hover { color: #cccccc; font-weight: normal; font-size: 9px; + text-align: center; + width: 100%; +} + +.footer td a { + color: #666666; + font-size: 9px; } .tableheader { @@ -278,6 +291,7 @@ div.tabs a:hover { color: #455372; border-bottom: 1px solid #cccccc; padding: 5px; + width: 100%; } .headingtext { diff --git a/themes/default/default.css b/themes/default/default.css index 70d020e0..d03e3618 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -24,6 +24,10 @@ body { padding: 0; } +#loginscreen { + background: #f5f5f5; +} + tr, td, th { font-size: 11px; line-height: 19px; @@ -96,8 +100,10 @@ button img, span { } .login { - background-color: #ffffff; - border: none; + width: 350px; + border-left: 12px solid #367cb5; + border-collapse: collapse; + background-color: #eeeeee; } .callout_main { @@ -243,11 +249,18 @@ div.tabs a:hover { bottom: -3px; } +.footer td a { + color: #666666; + font-size: 9px; +} + .footer { font-family: Verdana, Arial, Helvetica; color: #cccccc; font-weight: normal; font-size: 9px; + text-align: center; + width: 100%; } .tableheader { @@ -273,6 +286,7 @@ div.tabs a:hover { font-size: 13px; border-bottom: 1px solid #8cacbb; padding: 5px; + width: 100%; } .headingtext {