Removed get_js_set_focus() and get_js_form_entry()
[fa-stable.git] / themes / cool / default.css
index 53606648d13e8d9c1373d03a25210649ca709305..0180fd4d9dea3c8cab599266e1216a2fd25d8aec 100644 (file)
@@ -335,4 +335,23 @@ div.tabs a:hover {
 }      
 .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;
+}