X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Flogin.css;h=5902a92e6bbe871272e6aebff334a92708751e3e;hb=ec09689a87c0b0bac3c24e782ae4e5dfe7a6248e;hp=f4cd1e94e3f115c829e79659f46b8a0419194850;hpb=6b338e9f3a82343490bb346b747a2ae341dc4882;p=fa-stable.git diff --git a/themes/default/login.css b/themes/default/login.css index f4cd1e94..5902a92e 100644 --- a/themes/default/login.css +++ b/themes/default/login.css @@ -18,29 +18,95 @@ \--------------------------------------------------*/ body { - background: #518fad; - font-family: arial, verdana; + font-family: Verdana, Arial, Helvetica; + background: #f9f9f9; font-size: 10px; + margin: 5px 0 0 5px; + padding: 0; } -.loginText { - font-family: arial, verdana; - font-size: 10px; +tr, td, th { + font-size: 11px; + line-height: 19px; +} + +table { + text-align: left; +} + +input, select { + font-size: 11px; + padding: 1px; +} + +select { + max-width: 200px; +} + +a { + color: #0000bb; + font-size: 11px; + text-decoration: none; } -a:hover { +a:link { + color: #0000bb; + text-decoration: none; +} + +a:active { + color: #000000; + text-decoration: none; +} + +a:hover, a:focus { + color: #2d8628; text-decoration: underline; } -input.big { - width: 100px; +.tableheader { + font-weight: bold; + /*background-color: #dee7ec;*/ + background-color: #d1dfec; + color: black; + text-align: center; +} + +.bottomBar { + padding-right: 1em; + /*background-color: #dee7ec;*/ + background-color: #d1dfec; + color: black; + border-bottom: 1px solid #8cacbb; + width: 100%; +} + +.bottomBarCell { + font-size: 10px; + line-height: 12px; } -input.small { - width: 50px; +.footer { + text-align: center; + margin-top: 5px; + width: 100%; } -td.login { - border: 1px solid #ccc; - background-color: #eee; -} \ No newline at end of file +.footer td a { + color: #666666; + font-size: 9px; +} + +.titletext { + font-weight: bold; + font-size: 13px; + border-bottom: 1px solid #8cacbb; + padding: 5px; + width: 100%; +} + +.tablestyle2 { + width: 350px; + border-collapse: collapse; + background-color: #eeeeee; +}