X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Faqua%2Fdefault.css;h=b41ad16ec87600b36a2eea846e563843a44418d5;hb=303eb17e9cdd9702eee9fdfcaee51e654a1da541;hp=e5898c47506e580bd9dd2d6c939c6c51f2d14671;hpb=ca24cca52aea78062e53ea229ad43dd464a6b39c;p=fa-stable.git diff --git a/themes/aqua/default.css b/themes/aqua/default.css index e5898c47..b41ad16e 100644 --- a/themes/aqua/default.css +++ b/themes/aqua/default.css @@ -95,11 +95,6 @@ button img, span { vertical-align: middle; } -.login { - background-color: #ffffff; - border: none; -} - .callout_main { font-family: Verdana, Arial, Helvetica; border: none; @@ -248,8 +243,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 +276,7 @@ div.tabs a:hover { font-size: 13px; border-bottom: 1px solid #8cacbb; padding: 5px; + width: 100%; } .headingtext { @@ -299,7 +303,7 @@ div.tabs a:hover { } .inputsubmit { - font-size: 8pt; + font-size: 11px; border: 1px solid #0066cc; padding: 1px 4px; } @@ -359,17 +363,54 @@ div.tabs a:hover { color: red; } -.tablestyle { +table.tablestyle { border-collapse: collapse; + border: 1px solid #8cacbb; } - -.tablestyle2 { +table.tablestyle td { + border-collapse: collapse; + border: 1px solid #8cacbb; +} +table.tablestyle2 { + border-collapse: collapse; + border: 1px solid #cccccc; +} +table.tablestyle2 td { + border-collapse: collapse; + border: 1px solid #cccccc; +} +table.tablestyle_inner { + border-collapse: collapse; + border: 1px solid #f9f9f9; +} +table.tablestyle_inner td { border-collapse: collapse; + border: 1px solid #f9f9f9; } .tablestyle_noborder { padding: 3px; } +.label { + background-color: #efefef; + color: black; +} + +#loginscreen { + background: #f5f5f5; +} + +.login { + width: 350px; + border-left: 12px solid #367cb5; + border-collapse: collapse; + background-color: #eeeeee; +} +.login td { + border-collapse: collapse; + border: 1px solid #cccccc; +} + .amount { font-family: Verdana, Arial, Helvetica; font-size: 11px; @@ -417,6 +458,10 @@ button.navibutton { background-color: #d5cea7; } +.navibar tr td { + border: none; +} + .listsubmit { display: none; }