Update filter select elements after selecting a new year
[misc/kostenrechnung] / stylesheet.css
index aa55690..04c5e6f 100644 (file)
@@ -42,6 +42,11 @@ input, select {
     background: white;
 }
 
+textarea {
+    border: 1px solid #CCC;
+    font-size: 90%;
+}
+
 button {
     border: 1px solid #CCC;
     color: inherit;
@@ -62,6 +67,10 @@ div.form div.buttons span {
     margin-left: 5px;
 }
 
+div.form img.calendar {
+    margin-bottom: -6px;
+}
+
 span#form_status {
     font-size: 80%;
 }