Some updates
[misc/kostenrechnung] / stylesheet.css
index 30a78b3..b024617 100644 (file)
@@ -21,14 +21,27 @@ div.form {
     padding: 2px;
     background-color: #DDD;
     border: 1px solid #AAA;
+    color: #555;
 }
 
 input, select {
     border: 1px solid #CCC;
+    color: inherit;
+    background: white;
 }
 
 button {
     border: 1px solid #CCC;
+    color: inherit;
+}
+
+div.form div.buttons {
+    text-align: center;
+    padding-bottom: 10px;
+}
+
+div.form div.buttons span {
+    margin-left: 10px;
 }
 
 div.login {