Removed not used sql file (content moved to en_US-*.sql)
[fa-stable.git] / themes / cool / default.css
index 3281ea0b061838108673ec0435a8b7449320058b..fc84e8b9ac0d78f1577b2ce519e585d05e185305 100644 (file)
@@ -29,7 +29,7 @@ tr, td, th {
        line-height: 19px;
 }
 
-tr {
+table {
        text-align: left;
 }
 
@@ -383,7 +383,7 @@ input.amount {
     padding: 3px;
     border: 1px solid #cccccc;
     border-collapse: collapse;
-    background-color: #788da1;
+    background-color: #dee7ec;
 }
 
 
@@ -440,3 +440,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;
+}