X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Faqua%2Fdefault.css;h=e7323a8a6a87bf0da35722a310b003c0a18f58ea;hb=8a53629bf51fc682489f6692ff4d6558a976c22c;hp=eb454f626e2c843b18d30cb1a63df01a27fa4673;hpb=bc426821d8ae6319bd9394ac275bb700e6394fc3;p=fa-stable.git diff --git a/themes/aqua/default.css b/themes/aqua/default.css index eb454f62..e7323a8a 100644 --- a/themes/aqua/default.css +++ b/themes/aqua/default.css @@ -29,7 +29,7 @@ tr, td, th { line-height: 19px; } -tr { +table { text-align: left; } @@ -182,7 +182,7 @@ div.tabs a { div.tabs a.selected { border-top: 1px solid #8cacbb; border-right: 1px solid #8cacbb; - border-bottom: 1px solid #dee7ec; + border-bottom: 1px solid #a7d6ce; border-left: 1px solid #8cacbb; font-weight: normal; background: #a7d6ce; @@ -359,3 +359,87 @@ input.amount { text-decoration:underline; cursor: pointer; } + +.navibutton[disabled] { + color:#808080; + cursor: auto; +} +.navibutton { + color:#0000FF; + padding: 3px; + background-color:transparent; + border-style:none; + text-decoration:underline; + cursor: pointer; +} + +.navibar { + padding: 3px; + border: 1px solid #cccccc; + border-collapse: collapse; + background-color: #dee7ec; +} + + +.listsubmit { + display: none; +} + +ul.ajaxtabs{ + padding: 3px 0 0 0; + margin: 3px 3px 0 3px; + font: 12px Tahoma,Verdana; + font-weight: bold; +} + +ul.ajaxtabs li{ + list-style: none; + margin: 0; + display: inline; +} + +ul.ajaxtabs li input{ + background-color: #dee7ec; +/* background-repeat: repeat-x; + background-position: top; */ + padding: 3px 8px; + margin: 0px; + border-top: 1px solid #8cacbb; + border-right: 1px solid #8cacbb; + border-bottom: none; + border-left: none; + font-weight: bold; +} + +ul.ajaxtabs li input:hover{ + border-top: 1px solid #8cacbb; + color:#FFFFFF; +} +div.spaceBox{ + background-color: #8cacbb; + height:8px; + border-bottom: 1px solid #8cacbb; + border-left: 1px solid #8cacbb; + border-right:1px solid #8cacbb; + margin: 0 3px 0px 3px +} + +div.contentBox{ + border: 1px solid #8cacbb; + margin: 0 3px 3px 3px +} + +ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ + border-left: 1px solid #8cacbb; + background-color: #8cacbb; + color:#FFFFFF; +} +#hints { + font-size: 13px; + padding: 5px; + border-bottom: 1px solid #8cacbb; + margin: -4px -2px -2px; + border: 1px solid #8cacbb; + background-color: #FFFFE0; + white-space: nowrap; +}