Helper function for searching indexed submit POST vars
[fa-stable.git] / themes / aqua / default.css
index 869aac2d6f3085ef958539977464b4702a42c912..01aeaa380fa953cb8fa7ca540c2221107d6f230e 100644 (file)
@@ -329,4 +329,28 @@ 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;
+   float:left;
+   filter:alpha(opacity=0);
+   opacity:0;
+   -moz-opacity:0;
+   -khtml-opacity:0;
+   border-style:none;
+   text-decoration:underline;
+   cursor: pointer;
+}