. Implement save, insert and delete for records
[misc/kostenrechnung] / stylesheet.css
index 30a78b3..4d30c6a 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 {
@@ -45,3 +58,11 @@ table.login {
     position: relative;
     top: 290px;
 }
+
+span.status_ok {
+    color: green;
+}
+
+span.status_error {
+    color: red;
+}