Add title to formular, improved arrangement for button
[misc/kostenrechnung] / stylesheet.css
index 65da7b7..ba69a11 100644 (file)
@@ -24,6 +24,17 @@ div.form {
     color: #555;
 }
 
+div.form p#form_title {
+    padding: 0;
+    padding-left: 2px;
+    padding-bottom: 3px;
+    margin: -2px;
+    margin-bottom: 3px;
+    font-weight: bold;
+    color: #444;
+    background: #CCC;
+}
+
 input, select {
     border: 1px solid #CCC;
     color: inherit;
@@ -37,11 +48,17 @@ 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;
 }
 
 span#form_status {