Allocation js functions moved to allocate.js
[fa-stable.git] / themes / aqua / default.css
index 1bc4437df91aeca38e9e6816c799003f1ca2dbce..1dfa60ab876b284fb0abd80f570eea28b222e3af 100644 (file)
@@ -271,6 +271,12 @@ div.tabs a:hover {
        padding: 1px 4px; 
 }
 
+.ajaxsubmit {
+       font-size: 11px;
+       border: 1px #0066cc solid;
+       padding: 1px 4px;
+}
+
 .oddrow {
        background-color: #eeeeee;
 }
@@ -340,4 +346,12 @@ div.tabs a:hover {
 input.amount {
        padding-right: 0px;
        border-right: none;
-}
\ No newline at end of file
+}
+
+.editbutton {
+   color:#0000FF;
+   background-color:transparent;
+   border-style:none;
+   text-decoration:underline;
+   cursor: pointer;
+}