Automatically redirect to logout page if session seems to be expired
[infodrom/hallinta] / stylesheet.css
index 59c4455..f67d02f 100644 (file)
@@ -41,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 {
@@ -64,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;
@@ -122,3 +126,11 @@ div.alignrightpad {
     text-align: right;
     padding-right: 3px;
 }
+
+div.info {
+    float: left;
+}
+div.status {
+    float: right;
+    text-align: right;
+}