Move password calculation into general library
[misc/kostenrechnung] / stylesheet.css
index b024617..ae88655 100644 (file)
@@ -58,3 +58,20 @@ table.login {
     position: relative;
     top: 290px;
 }
+
+span.status_ok {
+    color: green;
+}
+
+span.status_error {
+    color: red;
+}
+
+div#details ul {
+    padding: 0;
+    margin: 0;
+}
+
+div#details li {
+    list-style-type: none;
+}