Support custom save function
[misc/kostenrechnung] / stylesheet.css
index 68e6182..9b59608 100644 (file)
@@ -43,6 +43,7 @@ input, select {
 }
 
 textarea {
+    border: 1px solid #CCC;
     font-size: 90%;
 }
 
@@ -79,7 +80,7 @@ div.login {
     background-repeat: no-repeat;
     background-position: center center;
     margin: -15px;
-    height: 600px;
+    height: 800px;
 }
 
 table.login {
@@ -97,6 +98,10 @@ span.status_error {
     color: red;
 }
 
+div#details {
+    color: #424242;
+}
+
 div#details ul {
     padding: 0;
     margin: 0;
@@ -105,3 +110,9 @@ div#details ul {
 div#details li {
     list-style-type: none;
 }
+
+div#grid_info {
+    text-align: left;
+    color: #444;
+}
+