Display information about time of last edit
[misc/kostenrechnung] / stylesheet.css
index 4d30c6a..c6cfacc 100644 (file)
@@ -44,6 +44,10 @@ div.form div.buttons span {
     margin-left: 10px;
 }
 
+span#form_status {
+    font-size: 80%;
+}
+
 div.login {
     background-image: url('lib/login.jpg');
     background-repeat: no-repeat;
@@ -66,3 +70,12 @@ span.status_ok {
 span.status_error {
     color: red;
 }
+
+div#details ul {
+    padding: 0;
+    margin: 0;
+}
+
+div#details li {
+    list-style-type: none;
+}