Calendar styles moved to theme default.css.
[fa-stable.git] / themes / default / default.css
index b2cc2ca1b543d0b9925a64f068c6fd6ac5801665..8f00a330642a792bdd3a3075ff6ac38b75dcce58 100644 (file)
@@ -29,6 +29,10 @@ tr, td, th {
        line-height: 19px;
 }
 
+table {
+       text-align: left;
+}
+
 textarea {
        font-size: 12px;
 }
@@ -38,6 +42,10 @@ input, select {
        padding: 1px;
 }
 
+select {
+    max-width: 200px;
+}
+
 input.big {
        width: 100px;
 }
@@ -67,6 +75,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 +112,7 @@ a:hover {
        border: 0;
        margin: 0;
        padding: 0;
-       text-align: right;
+       /*text-align: right;*/
 }
 
 .quick_menu_selected {
@@ -159,7 +178,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 +187,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;
@@ -356,7 +375,187 @@ input.amount {
    cursor: pointer;
 }
 
+.navibutton[disabled], .navibutton[disabled] span {
+  color:#808080;
+  text-decoration: none;
+  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;
+   cursor: pointer;
+}
+
+.navibutton span {
+       text-decoration: underline;
+}      
+
+.navibar {
+    padding: 0 3px;
+       color: #000;
+    border: 1px solid #8cacbb;
+    border-collapse: collapse;
+    background-color: #dee7ec;
+}
+
 .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;
+}
+/*
+       Calendar style
+*/
+#CCIframe {
+       display: none;
+       left: 0px;
+       position: absolute;
+       top: 0px;
+       height: 250px;
+       width: 270px;
+       z-index: 99;
+}
+#CC { 
+       position:absolute;
+       background-color:#FFF;
+       margin:0; padding:0;
+       display:none;
+       z-index: 100;
+}
+#CC table { 
+       font-family: arial, verdana, helvetica, sans-serif;
+       font-size: 8pt;
+       border-left: 1px solid #336;
+       border-right: 1px solid #336;
+}
+#CC th {
+       font-weight: normal;
+       text-align: center;
+}
+#CC th a {
+       font-weight: normal;
+       text-decoration: none;
+       color: #FFF;
+       padding: 1px;
+}
+#CC td {
+       text-align: center;
+}
+#CC .header {
+       background-color: #336;
+}
+#CC .weekday {
+       background-color: #DDD;
+       color: #000;
+}
+#CC .weekend {
+       background-color: #FFC;
+       color: #000;
+}
+#CC .weekno {
+       background-color: #c0daf8;
+       color: #555;
+}
+#CC .current {
+       border: 1px solid #339;
+       background-color: #336;
+       color: #FFF;
+}
+#CC .weekday, #CC .weekend, #CC .current {
+       display: block;
+       text-decoration: none;
+       border: 1px solid #FFF;
+       width: 2em;
+}
+#CC .weekday:hover, #CC .weekend:hover, #CC .current:hover {
+       color: #FFF;
+       background-color: #336;
+       border: 1px solid #999;
+}
+#CC .previous {
+       text-align: left;
+}
+#CC .next {
+       text-align: right;
+}
+#CC .previous, #CC .next {
+       padding: 1px 3px 1px 3px;
+       font-size: 1.4em;
+}
+#CC .previous a, CC .next a {
+       color: #FFF;
+       text-decoration: none;
+       font-weight: bold;
+}
+#CC .title {
+       text-align: center;
+       font-weight: bold; 
+       color: #FFF;
+}
+#CC .empty {
+       background-color: #CCC;
+       border: 1px solid #FFF;
+}