Automatically redirect to logout page if session seems to be expired
[infodrom/hallinta] / stylesheet.css
index 39d63b6..f67d02f 100644 (file)
@@ -17,50 +17,32 @@ div.ricoLG_cell {
     cursor: default;
 }
 
-div.ricoLG_selection {
-    background-color: #fff6bf;
-}
-
-.ricoLG_table th {
-    background-color: #DDD;
-}
-
 div.ricoWindow {
     border: 1px solid #BBB;
 }
 div.ricoTitle {
-    background-color: #83afff;
+    background-color: #316994;
     color: white;
     color: #EEE;
     padding-left: 2px;
     cursor: pointer;
 }
 div.ricoContent {
-    background-color: #dbe8ff;
     padding-top: 6px;
     padding-left: 3px;
-    padding-bottom: 5px;
     font-size: 12px;
 }
 
 div.form {
     margin-top: 0px;
     padding: 2px;
-    background-color: #DDD;
     border: 1px solid #AAA;
     color: #555;
     overflow: hidden;
 }
 
-div.form p.title {
-    padding: 0;
-    padding-left: 2px;
-    padding-bottom: 3px;
-    margin: -2px;
-    margin-bottom: 3px;
-    font-weight: bold;
-    color: #444;
-    background: #CCC;
+div.second div.title {
+    margin-bottom: 5px;
 }
 
 input, select {
@@ -77,9 +59,18 @@ textarea {
 
 button {
     border: 1px solid #CCC;
+    background: #DDD;
     color: inherit;
 }
 
+button:hover {
+    background: #EEE;
+}
+
+button.disabled:hover {
+    background: #DDD;
+}
+
 div.buttons {
     text-align: center;
     padding-top: 0px;
@@ -99,23 +90,9 @@ img.calendar {
     margin-bottom: -6px;
 }
 
-span#form_status {
+p#form_status {
     font-size: 80%;
-}
-
-div.login {
-    background-image: url('images/login.jpg');
-    background-repeat: no-repeat;
-    background-position: center center;
-    margin: -15px;
-    height: 800px;
-}
-
-table.login {
-    border: 1px solid #7b7b7b;
-    background: #f7f7f7;
-    position: relative;
-    top: 290px;
+    margin-top: 0px;
 }
 
 span.status_ok {
@@ -149,3 +126,11 @@ div.alignrightpad {
     text-align: right;
     padding-right: 3px;
 }
+
+div.info {
+    float: left;
+}
+div.status {
+    float: right;
+    text-align: right;
+}