X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Fdefault.css;h=535412e4f0baa4b5e75a3b5d6bc99b6cbe66fb0e;hb=c001557f8ebee630494c6323477bd865a61942d9;hp=d45f2e2ce2db45eb21aa34af168da58a373eeb99;hpb=cf7be1f00c6abe59755286e0c3108d9d3c0356da;p=fa-stable.git diff --git a/themes/default/default.css b/themes/default/default.css index d45f2e2c..535412e4 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -43,7 +43,7 @@ input, select { } select { - max-width: 200px; + max-width: 230px; } option.inactive { @@ -80,6 +80,10 @@ a:hover, a:focus { text-decoration: underline; } +.inactive { + color: gray; +} + button { font-size: 11px; border: 1px #0066cc solid; @@ -91,11 +95,6 @@ button img, span { vertical-align: middle; } -.login { - background-color: #ffffff; - border: none; -} - .callout_main { font-family: Verdana, Arial, Helvetica; border: none; @@ -239,11 +238,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 { @@ -260,15 +266,12 @@ div.tabs a:hover { text-align: left; } -.tableseparator { - border-left: 1px solid #444466; -} - .titletext { font-weight: bold; font-size: 13px; border-bottom: 1px solid #8cacbb; padding: 5px; + width: 100%; } .headingtext { @@ -326,7 +329,7 @@ div.tabs a:hover { color: #ff6666; } -.redfg { +.redfg, a.redfg { color: red; font-weight: bold; } @@ -355,21 +358,54 @@ div.tabs a:hover { color: red; } -.tablestyle { - padding: 3px; +table.tablestyle { + border-collapse: collapse; border: 1px solid #8cacbb; +} +table.tablestyle td { border-collapse: collapse; + border: 1px solid #8cacbb; } - -.tablestyle2 { - padding: 3px; +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; @@ -413,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; } @@ -435,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; */ @@ -448,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; } @@ -466,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;