X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Fdefault.css;h=22d0ec5f12c420df271d44617afd23e50a3ef9b8;hb=f86c7fa58ad953e66d2126019775f90ee6c377b0;hp=1aad1825d2478d22d45ab67a7551fa2371cbb731;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/themes/default/default.css b/themes/default/default.css index 1aad1825..22d0ec5f 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -35,7 +35,7 @@ textarea { input, select { font-size: 11px; - padding: 1px; + padding: 1px; } input.big { @@ -108,18 +108,18 @@ a:hover { } .logoutBar { - padding-right: 1em; - background: #dee7ec; - color: black; - border-bottom: 1px solid #8cacbb; + padding-right: 1em; + background: #dee7ec; + color: black; + border-bottom: 1px solid #8cacbb; width: 100%; } .bottomBar { - padding-right: 1em; - background: #dee7ec; - color: black; - border-bottom: 1px solid #8cacbb; + padding-right: 1em; + background: #dee7ec; + color: black; + border-bottom: 1px solid #8cacbb; width: 100%; } @@ -129,11 +129,11 @@ a:hover { } .bottomBar2 { - padding-right: 1em; - background: #dee7ec; - color: black; - border-top: 1px solid #8cacbb; - border-bottom: 1px solid #8cacbb; + padding-right: 1em; + background: #dee7ec; + color: black; + border-top: 1px solid #8cacbb; + border-bottom: 1px solid #8cacbb; width: 100%; } @@ -142,16 +142,16 @@ a:hover { } div.logoutBar { - padding-right: 1em; - background: #dee7ec; - color: black; - border-bottom: 1px solid #8cacbb; + padding-right: 1em; + background: #dee7ec; + color: black; + border-bottom: 1px solid #8cacbb; text-align: right; } div.logoutBar a { - font-weight: normal; - margin-left: 1em; - color: #436976; + font-weight: normal; + margin-left: 1em; + color: #436976; background-color: transparent; } div.logoutBar img { @@ -160,33 +160,33 @@ div.logoutBar img { div.tabs { padding: 0.5em 0 0 0; - background: none transparent scroll repeat 0% 0%; - white-space: nowrap; - border-collapse: collapse; - border-bottom: 1px solid #8cacbb; + background: none transparent scroll repeat 0% 0%; + white-space: nowrap; + border-collapse: collapse; + border-bottom: 1px solid #8cacbb; } div.tabs a { - border: 1px solid #8cacbb; - padding: 0 1em 3px 1em; - font-weight: normal; - background: white scroll repeat 0% 0%; - color: #436976; - margin-right: 0.0em; + border: 1px solid #8cacbb; + padding: 0 1em 3px 1em; + font-weight: normal; + background: white scroll repeat 0% 0%; + color: #436976; + margin-right: 0.0em; height: 1.0em; } div.tabs a.selected { - border-top: 1px solid #8cacbb; - border-right: 1px solid #8cacbb; + border-top: 1px solid #8cacbb; + border-right: 1px solid #8cacbb; border-bottom: 1px solid #dee7ec; - border-left: 1px solid #8cacbb; - font-weight: normal; - background: #dee7ec; - color: #436976; + border-left: 1px solid #8cacbb; + font-weight: normal; + background: #dee7ec; + color: #436976; } div.tabs a:hover { - background: #dee7ec; - color: #436976; + background: #dee7ec; + color: #436976; } .menu_group { @@ -194,7 +194,7 @@ div.tabs a:hover { padding: 0px; color: #000000; background-color: #dee7ec; - padding-left: 3px; + padding-left: 3px; font-weight: bold; } @@ -237,30 +237,30 @@ div.tabs a:hover { .titletext { font-weight: bold; - font-size: 13px; + font-size: 13px; border-bottom: 1px solid #8cacbb; padding: 5px; } .headingtext { font-weight: bold; - font-size: 13px; + font-size: 13px; color: black; } .headingtext2 { - font-size: 13px; + font-size: 13px; color: black; } .headingtext3 { font-weight: bold; - font-size: 10px; + font-size: 10px; color: black; } .errortext { - font-size: 13px; + font-size: 13px; color: #ff0000; font-weight: bold; } @@ -268,7 +268,7 @@ div.tabs a:hover { .inputsubmit { font-size: 11px; border: 1px #0066cc solid; - padding: 1px 4px; + padding: 1px 4px; } .oddrow { @@ -277,32 +277,32 @@ div.tabs a:hover { .evenrow { background-color: #dddddd; -} +} .overduebg { background-color: #dd7777; -} +} .overduefg { color: #dd7777; -} +} .currentfg { color: #ff6666; -} +} .redfg { color: red; font-weight: bold; -} +} .settledbg { background-color: #00bb00; -} +} .settledfg { color: #00bb00; -} +} .inquirybg { background-color: #fdfeef; @@ -320,13 +320,36 @@ div.tabs a:hover { padding: 3px; border: 1px solid #8cacbb; border-collapse: collapse; -} +} .tablestyle2 { - padding: 0 3px; - border: 1px solid #ccc; + padding: 3px; + border: 1px solid #cccccc; border-collapse: collapse; -} +} .tablestyle_noborder { padding: 3px; -} \ No newline at end of file +} + +.amount { + font-family: Verdana, Arial, Helvetica; + font-size: 11px; + text-align: right; +} + +input.amount { + padding-right: 0px; + border-right: none; +} + +.editbutton { + color:#0000FF; + background-color:transparent; + border-style:none; + text-decoration:underline; + cursor: pointer; +} + +.listsubmit { + display: none; +}