X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Fdefault.css;h=d45f2e2ce2db45eb21aa34af168da58a373eeb99;hb=11e485e4a7c5f12c9424713b7330815a9cc5e4ae;hp=4b71231f363bd810b236942e742ff2b855cac426;hpb=d9cb8b17823edab3842cc7084598d53eb40fa0ad;p=fa-stable.git diff --git a/themes/default/default.css b/themes/default/default.css index 4b71231f..d45f2e2c 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -229,6 +229,11 @@ div.tabs a:hover { border: 1px solid #8cacbb; } +#hotkeyshelp { + text-align: right; + font-weight: bolder; +} + #footer { position: relative; bottom: -3px; @@ -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%; }