X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Fdefault.css;h=70d020e0d869a4584a7f4e274a27dfc1b13f80ca;hb=16b19d2a0218d206004c9b957344c6cd15835e15;hp=4b71231f363bd810b236942e742ff2b855cac426;hpb=d9cb8b17823edab3842cc7084598d53eb40fa0ad;p=fa-stable.git diff --git a/themes/default/default.css b/themes/default/default.css index 4b71231f..70d020e0 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -80,6 +80,10 @@ a:hover, a:focus { text-decoration: underline; } +.inactive { + color: gray; +} + button { font-size: 11px; border: 1px #0066cc solid; @@ -229,6 +233,11 @@ div.tabs a:hover { border: 1px solid #8cacbb; } +#hotkeyshelp { + text-align: right; + font-weight: bolder; +} + #footer { position: relative; bottom: -3px; @@ -351,14 +360,10 @@ div.tabs a:hover { } .tablestyle { - padding: 3px; - border: 1px solid #8cacbb; border-collapse: collapse; } .tablestyle2 { - padding: 3px; - border: 1px solid #cccccc; border-collapse: collapse; } .tablestyle_noborder { @@ -570,6 +575,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ } div.err_msg { + margin: 10px; padding: 3px; border: 1px solid #cc3300; background-color: #ffcccc; @@ -578,6 +584,7 @@ div.err_msg { } div.warn_msg { + margin: 10px; padding: 3px; border: 1px solid #ff9900; background-color: #ffff00; @@ -586,6 +593,7 @@ div.warn_msg { } div.note_msg { + margin: 10px; padding: 3px; border: 1px solid #33cc00; background-color: #ccffcc; @@ -593,6 +601,7 @@ div.note_msg { text-align: center; } -#msgbox { - margin: 10px; +#title { + margin-bottom: 10px; + width: 100%; }