New area to report status messages and errors
[misc/kostenrechnung] / stylesheet.css
index b024617..4d30c6a 100644 (file)
@@ -58,3 +58,11 @@ table.login {
     position: relative;
     top: 290px;
 }
+
+span.status_ok {
+    color: green;
+}
+
+span.status_error {
+    color: red;
+}