Automatically redirect to logout page if session seems to be expired
[infodrom/hallinta] / stylesheet.css
index 60c31ec..f67d02f 100644 (file)
@@ -1,10 +1,15 @@
 body {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: 10px;
-    background-color: #f7f7f7;
+    background: #e3f0ff;
     color: #000000;
 }
 
+h3.title, h3.title2 {
+    padding-top: 2px;
+    padding-bottom: 2px;
+}
+
 div.ricoLG_cell {
     padding-top: 0px;
     padding-bottom: 0px;
@@ -12,21 +17,120 @@ 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: 10px;
+    margin-top: 0px;
     padding: 2px;
-    background-color: #DDD;
     border: 1px solid #AAA;
+    color: #555;
+    overflow: hidden;
 }
 
-div.form input {
-    border: 1px solid #AAA;
+div.second div.title {
+    margin-bottom: 5px;
 }
 
-div.form button {
-    border: 1px solid #AAA;
+input, select {
+    border: 1px solid #CCC;
+    color: inherit;
+    background: white;
+}
+
+textarea {
+    border: 1px solid #CCC;
+    font-size: 90%;
+    color: inherit;
+}
+
+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;
+    padding-bottom: 5px;
+}
+
+div.buttons button {
+    padding-left: 1px;
+    padding-right: 1px;
+}
+
+div.buttons span {
+    margin-left: 5px;
+}
+
+img.calendar {
+    margin-bottom: -6px;
+}
+
+p#form_status {
+    font-size: 80%;
+    margin-top: 0px;
+}
+
+span.status_ok {
+    color: green;
+}
+
+span.status_error {
+    color: red;
+}
+
+div#details {
+    color: #424242;
+    padding-left: 2px;
+}
+
+div#details ul {
+    padding: 0;
+    margin: 0;
+}
+
+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;
 }