From: Janusz Dobrowolski Date: Fri, 14 Mar 2008 20:21:51 +0000 (+0000) Subject: Added amount class for right justified numeric input fields. X-Git-Tag: v2.4.2~19^2~2185 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=5ee198fa8cc7c53aa400d30421c8a311fca36b33;p=fa-stable.git Added amount class for right justified numeric input fields. --- diff --git a/themes/cool/default.css b/themes/cool/default.css index 53606648..2aad1db2 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -335,4 +335,15 @@ div.tabs a:hover { } .tablestyle_noborder { padding: 3px; +} + +.amount { + font-family: Verdana, Arial, Helvetica; + font-size: 11px; + text-align: right; +} + +input.amount { + padding-right: 0px; + border-right: none; } \ No newline at end of file diff --git a/themes/default/default.css b/themes/default/default.css index 1aad1825..4b685045 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -329,4 +329,15 @@ div.tabs a:hover { } .tablestyle_noborder { padding: 3px; +} + +.amount { + font-family: Verdana, Arial, Helvetica; + font-size: 11px; + text-align: right; +} + +input.amount { + padding-right: 0px; + border-right: none; } \ No newline at end of file