Improved layout default login form.
[fa-stable.git] / themes / default / default.css
index 2e261acc1b4a52aed97c66a7391a47d03bc78183..c05eb423e0107a1e47138b824ef0add38c8d15e9 100644 (file)
@@ -43,7 +43,7 @@ input, select {
 }
 
 select {
-    max-width: 200px;
+    max-width: 230px;
 }
 
 option.inactive {
@@ -329,7 +329,7 @@ div.tabs a:hover {
        color: #ff6666;
 }
 
-.redfg {
+.redfg, a.redfg {
        color: red;
        font-weight: bold;
 }
@@ -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 {
@@ -474,7 +496,7 @@ ul.ajaxtabs li{
        display: inline;
 }
 
-ul.ajaxtabs li input{
+ul.ajaxtabs li button{
     background-color: #dee7ec;
 /*     background-repeat: repeat-x;
        background-position: top; */
@@ -487,7 +509,7 @@ ul.ajaxtabs li input{
        font-weight: bold;
 }
 
-ul.ajaxtabs li input:hover{
+ul.ajaxtabs li button:hover{
        border-top: 1px solid #8cacbb;
        color:#FFFFFF;
 }
@@ -505,7 +527,7 @@ div.contentBox{
        margin: 0 3px 3px 3px
 }
 
-ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
+ul.ajaxtabs li button.current, ul.ajaxtabs li button.current:hover{
        border-left: 1px solid #8cacbb;
        background-color: #8cacbb;
        color:#FFFFFF;