added arry_replace and array_append helpers.
[fa-stable.git] / themes / cool / default.css
index 3281ea0b061838108673ec0435a8b7449320058b..85f8342dfb5e238d1c5bed3d4a6dc591004a394f 100644 (file)
@@ -29,7 +29,7 @@ tr, td, th {
        line-height: 19px;
 }
 
-tr {
+table {
        text-align: left;
 }
 
@@ -71,6 +71,16 @@ a:hover {
        text-decoration: underline;
 }
 
+button {
+       font-size: 11px;
+       border: 1px #0066cc solid;
+       padding: 1px 0px;
+}
+
+button img, span {
+       padding: 0px 2px ;
+       vertical-align: middle;
+}
 
 .login {
        background-color: #ffffff;
@@ -383,7 +393,7 @@ input.amount {
     padding: 3px;
     border: 1px solid #cccccc;
     border-collapse: collapse;
-    background-color: #788da1;
+    background-color: #dee7ec;
 }
 
 
@@ -440,3 +450,12 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
        background-color: #8cacbb;
        color:#FFFFFF;
 }
+#hints {
+  font-size: 13px;
+  padding: 5px;
+  border-bottom: 1px solid #8cacbb;
+  margin: -4px -2px -2px;
+  border: 1px solid #8cacbb;
+  background-color: #FFFFE0;
+  white-space: nowrap;
+}