X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Fdefault.css;h=535412e4f0baa4b5e75a3b5d6bc99b6cbe66fb0e;hb=66b76b3be910e0f5dc5a26384c4cfce20579a70d;hp=d03e3618ea8f321d7668c9401f4dac359c855381;hpb=9afb27868869bcd31d09e02c2f07f1c80ffdf1c5;p=fa-stable.git diff --git a/themes/default/default.css b/themes/default/default.css index d03e3618..535412e4 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -24,10 +24,6 @@ body { padding: 0; } -#loginscreen { - background: #f5f5f5; -} - tr, td, th { font-size: 11px; line-height: 19px; @@ -47,7 +43,7 @@ input, select { } select { - max-width: 200px; + max-width: 230px; } option.inactive { @@ -99,13 +95,6 @@ button img, span { vertical-align: middle; } -.login { - width: 350px; - border-left: 12px solid #367cb5; - border-collapse: collapse; - background-color: #eeeeee; -} - .callout_main { font-family: Verdana, Arial, Helvetica; border: none; @@ -277,10 +266,6 @@ div.tabs a:hover { text-align: left; } -.tableseparator { - border-left: 1px solid #444466; -} - .titletext { font-weight: bold; font-size: 13px; @@ -344,7 +329,7 @@ div.tabs a:hover { color: #ff6666; } -.redfg { +.redfg, a.redfg { color: red; font-weight: bold; } @@ -373,17 +358,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; @@ -427,11 +449,14 @@ button.navibutton { .navibar { padding: 0 3px; color: #000; - border: 1px solid #8cacbb; border-collapse: collapse; background-color: #dee7ec; } +.navibar tr td { + border: none; +} + .listsubmit { display: none; } @@ -449,7 +474,7 @@ ul.ajaxtabs li{ display: inline; } -ul.ajaxtabs li input{ +ul.ajaxtabs li button{ background-color: #dee7ec; /* background-repeat: repeat-x; background-position: top; */ @@ -462,7 +487,7 @@ ul.ajaxtabs li input{ font-weight: bold; } -ul.ajaxtabs li input:hover{ +ul.ajaxtabs li button:hover{ border-top: 1px solid #8cacbb; color:#FFFFFF; } @@ -480,7 +505,7 @@ div.contentBox{ margin: 0 3px 3px 3px } -ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ +ul.ajaxtabs li button.current, ul.ajaxtabs li button.current:hover{ border-left: 1px solid #8cacbb; background-color: #8cacbb; color:#FFFFFF;