Check permissions when accessing pages
[misc/kostenrechnung] / stylesheet.css
index 65da7b7..04c5e6f 100644 (file)
@@ -22,6 +22,18 @@ div.form {
     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;
 }
 
 input, select {
@@ -30,6 +42,11 @@ input, select {
     background: white;
 }
 
+textarea {
+    border: 1px solid #CCC;
+    font-size: 90%;
+}
+
 button {
     border: 1px solid #CCC;
     color: inherit;
@@ -37,11 +54,21 @@ button {
 
 div.form div.buttons {
     text-align: center;
-    padding-bottom: 10px;
+    padding-top: 10px;
+    padding-bottom: 5px;
+}
+
+div.form div.buttons button {
+    padding-left: 1px;
+    padding-right: 1px;
 }
 
 div.form div.buttons span {
-    margin-left: 10px;
+    margin-left: 5px;
+}
+
+div.form img.calendar {
+    margin-bottom: -6px;
 }
 
 span#form_status {
@@ -49,7 +76,7 @@ span#form_status {
 }
 
 div.login {
-    background-image: url('lib/login.jpg');
+    background-image: url('images/login.jpg');
     background-repeat: no-repeat;
     background-position: center center;
     margin: -15px;