Theme default is now RTL compatible by commenting out the table class (line 31)
[fa-stable.git] / themes / default / default.css
index c21a8486e16c71cd7763bdedc0c66f8526060e5a..f4f02140ba892861b9857cf11bbd5d39e7cac76f 100644 (file)
@@ -28,11 +28,11 @@ tr, td, th {
        font-size: 11px;
        line-height: 19px;
 }
-
+/*
 table {
        text-align: left;
 }
-
+*/
 textarea {
        font-size: 12px;
 }
@@ -43,7 +43,7 @@ input, select {
 }
 
 select {
-    max-width: 200px;
+    max-width: 230px;
 }
 
 option.inactive {
@@ -397,13 +397,36 @@ table.tablestyle_inner td {
 
 .login {
        width: 350px;
+       border:1px solid #ccc;
        border-left: 12px solid #367cb5;
-       border-collapse: collapse;
        background-color: #eeeeee;
 }
-.login td {
-       border-collapse: collapse;
-       border: 1px solid #cccccc;
+
+.login td.tableheader {
+       line-height: 40px;
+       border:1px solid #ccc;
+}
+
+.login select, .login input[type=text], input[type=password] {
+       height:25px;
+       width: 225px;
+       padding-left: 3px;
+       box-sizing: border-box;
+       border: 1px solid #bbb;
+       border-radius: 4px;
+       background-color: #fff;
+       outline: none;
+}
+
+.login input[type=button], input[type=submit] {
+  background-color: #367cb5;
+  border: none;
+  border-radius: 4px;
+  color: white;
+  padding: 8px 16px;
+  text-decoration: none;
+  margin: 4px 2px;
+  cursor: pointer;
 }
 
 .amount {
@@ -414,7 +437,6 @@ table.tablestyle_inner td {
 
 input.amount {
        padding-right: 0px;
-       border-right: none;
 }
 
 .editbutton {