Automatically redirect to logout page if session seems to be expired
[infodrom/hallinta] / stylesheet.css
index aa55690..f67d02f 100644 (file)
@@ -5,6 +5,11 @@ body {
     color: #000000;
 }
 
+h3.title, h3.title2 {
+    padding-top: 2px;
+    padding-bottom: 2px;
+}
+
 div.ricoLG_cell {
     padding-top: 0px;
     padding-bottom: 0px;
@@ -12,28 +17,32 @@ div.ricoLG_cell {
     cursor: default;
 }
 
-.ricoLG_table th {
-    background-color: #DDD;
+div.ricoWindow {
+    border: 1px solid #BBB;
+}
+div.ricoTitle {
+    background-color: #316994;
+    color: white;
+    color: #EEE;
+    padding-left: 2px;
+    cursor: pointer;
+}
+div.ricoContent {
+    padding-top: 6px;
+    padding-left: 3px;
+    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 {
@@ -42,43 +51,48 @@ input, select {
     background: white;
 }
 
+textarea {
+    border: 1px solid #CCC;
+    font-size: 90%;
+    color: inherit;
+}
+
 button {
     border: 1px solid #CCC;
+    background: #DDD;
     color: inherit;
 }
 
-div.form div.buttons {
+button:hover {
+    background: #EEE;
+}
+
+button.disabled:hover {
+    background: #DDD;
+}
+
+div.buttons {
     text-align: center;
-    padding-top: 10px;
+    padding-top: 0px;
     padding-bottom: 5px;
 }
 
-div.form div.buttons button {
+div.buttons button {
     padding-left: 1px;
     padding-right: 1px;
 }
 
-div.form div.buttons span {
+div.buttons span {
     margin-left: 5px;
 }
 
-span#form_status {
-    font-size: 80%;
-}
-
-div.login {
-    background-image: url('images/login.jpg');
-    background-repeat: no-repeat;
-    background-position: center center;
-    margin: -15px;
-    height: 600px;
+img.calendar {
+    margin-bottom: -6px;
 }
 
-table.login {
-    border: 1px solid #7b7b7b;
-    background: #f7f7f7;
-    position: relative;
-    top: 290px;
+p#form_status {
+    font-size: 80%;
+    margin-top: 0px;
 }
 
 span.status_ok {
@@ -89,6 +103,11 @@ span.status_error {
     color: red;
 }
 
+div#details {
+    color: #424242;
+    padding-left: 2px;
+}
+
 div#details ul {
     padding: 0;
     margin: 0;
@@ -97,3 +116,21 @@ div#details ul {
 div#details li {
     list-style-type: none;
 }
+
+div#grid_info {
+    text-align: left;
+    color: #444;
+}
+
+div.alignrightpad {
+    text-align: right;
+    padding-right: 3px;
+}
+
+div.info {
+    float: left;
+}
+div.status {
+    float: right;
+    text-align: right;
+}