Automatically redirect to logout page if session seems to be expired
[infodrom/hallinta] / stylesheet.css
index 283bb3f..f67d02f 100644 (file)
@@ -30,7 +30,6 @@ div.ricoTitle {
 div.ricoContent {
     padding-top: 6px;
     padding-left: 3px;
-    padding-bottom: 5px;
     font-size: 12px;
 }
 
@@ -42,13 +41,8 @@ div.form {
     overflow: hidden;
 }
 
-div.form p.title {
-    padding: 0;
-    padding-left: 2px;
-    padding-bottom: 3px;
-    margin: -2px;
-    margin-bottom: 3px;
-    font-weight: bold;
+div.second div.title {
+    margin-bottom: 5px;
 }
 
 input, select {
@@ -65,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;
@@ -87,8 +90,9 @@ img.calendar {
     margin-bottom: -6px;
 }
 
-span#form_status {
+p#form_status {
     font-size: 80%;
+    margin-top: 0px;
 }
 
 span.status_ok {
@@ -122,3 +126,11 @@ div.alignrightpad {
     text-align: right;
     padding-right: 3px;
 }
+
+div.info {
+    float: left;
+}
+div.status {
+    float: right;
+    text-align: right;
+}