Code cleanup.
[fa-stable.git] / themes / default / default.css
index 12f87717c82b692d0865edf0483cc9ea430530e1..f58c3cff2e263dde4f0a7d611d0264fcf75068f5 100644 (file)
@@ -29,6 +29,10 @@ tr, td, th {
        line-height: 19px;
 }
 
+table {
+       text-align: left;
+}
+
 textarea {
        font-size: 12px;
 }
@@ -67,6 +71,17 @@ 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;
        border: none;
@@ -93,7 +108,7 @@ a:hover {
        border: 0;
        margin: 0;
        padding: 0;
-       text-align: right;
+       /*text-align: right;*/
 }
 
 .quick_menu_selected {
@@ -159,7 +174,7 @@ div.logoutBar img {
 }
 
 div.tabs {
-       padding: 0.5em 0 0 0;
+       padding: 3px 0 0 0;
        background: none transparent scroll repeat 0% 0%;
        white-space: nowrap;
        border-collapse: collapse;
@@ -168,12 +183,12 @@ div.tabs {
 }
 div.tabs a {
        border: 1px solid #8cacbb;
-       padding: 0 1em 3px 1em;
+       padding: 3px 10px;
        font-weight: normal;
        background: white scroll repeat 0% 0%;
        color: #436976;
-       margin-right: 0.0em;
-       height: 1.0em;
+       margin-right: 0;
+       height: 10px;
 }
 div.tabs a.selected {
        border-top: 1px solid #8cacbb;
@@ -271,6 +286,12 @@ div.tabs a:hover {
        padding: 1px 4px;
 }
 
+.ajaxsubmit {
+       font-size: 11px;
+       border: 1px #0066cc solid;
+       padding: 1px 4px;
+}
+
 .oddrow {
        background-color: #eeeeee;
 }
@@ -345,12 +366,99 @@ input.amount {
 .editbutton {
    color:#0000FF;
    background-color:transparent;
-   float:left;
-   filter:alpha(opacity=0);
-   opacity:0;
-   -moz-opacity:0;
-   -khtml-opacity:0;
    border-style:none;
    text-decoration:underline;
    cursor: pointer;
 }
+
+.navibutton[disabled] {
+  color:#808080;
+  cursor: auto;
+}
+
+button.navibutton {
+       font-family: Verdana, Arial, Helvetica;
+       font-size: 11px;
+       font-weight: bold;
+   color:#000;
+   padding: 0 3px;
+   background-color:transparent;
+   border-style:none;
+   /*text-decoration:underline;*/
+   cursor: pointer;
+}
+
+.navibar {
+    padding: 0 3px;
+    border: 1px solid #8cacbb;
+    border-collapse: collapse;
+    background-color: #dee7ec;
+}
+
+table.navibar td {
+       color: #000;
+    border: 0px none;
+}
+
+.listsubmit {
+    display: none;
+}
+
+ul.ajaxtabs{
+       padding: 3px 0 0 0;
+       margin: 3px 3px 0 3px;
+       font: 12px Tahoma,Verdana;
+       font-weight: bold;
+}
+
+ul.ajaxtabs li{
+       list-style: none;
+       margin: 0;
+       display: inline;
+}
+
+ul.ajaxtabs li input{
+    background-color: #dee7ec;
+/*     background-repeat: repeat-x;
+       background-position: top; */
+       padding: 3px 8px;
+       margin: 0px;
+       border-top: 1px solid #8cacbb;
+       border-right: 1px solid #8cacbb;
+       border-bottom: none;
+       border-left: none;
+       font-weight: bold;
+}
+
+ul.ajaxtabs li input:hover{
+       border-top: 1px solid #8cacbb;
+       color:#FFFFFF;
+}
+div.spaceBox{
+       background-color: #8cacbb;
+       height:8px;
+       border-bottom: 1px solid #8cacbb;
+       border-left: 1px solid #8cacbb;
+       border-right:1px solid #8cacbb;
+       margin: 0 3px 0px 3px
+}
+
+div.contentBox{
+       border: 1px solid #8cacbb;
+       margin: 0 3px 3px 3px
+}
+
+ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
+       border-left: 1px solid #8cacbb;
+       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;
+}