From: Janusz Dobrowolski Date: Fri, 14 Mar 2008 20:20:12 +0000 (+0000) Subject: Added amount class for right justified numeric input fields X-Git-Tag: v2.4.2~19^2~2186 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a3871a81c45e66ebc7142687724872c5498d5b7d;p=fa-stable.git Added amount class for right justified numeric input fields --- diff --git a/themes/aqua/default.css b/themes/aqua/default.css index 869aac2d..1bc4437d 100644 --- a/themes/aqua/default.css +++ b/themes/aqua/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