Move real deletion into function, allow external deletion function
[misc/kostenrechnung] / stylesheet.css
index 543605c..0a20626 100644 (file)
@@ -42,6 +42,12 @@ input, select {
     background: white;
 }
 
+textarea {
+    border: 1px solid #CCC;
+    font-size: 90%;
+    color: inherit;
+}
+
 button {
     border: 1px solid #CCC;
     color: inherit;
@@ -75,7 +81,7 @@ div.login {
     background-repeat: no-repeat;
     background-position: center center;
     margin: -15px;
-    height: 600px;
+    height: 800px;
 }
 
 table.login {
@@ -93,6 +99,10 @@ span.status_error {
     color: red;
 }
 
+div#details {
+    color: #424242;
+}
+
 div#details ul {
     padding: 0;
     margin: 0;
@@ -101,3 +111,9 @@ div#details ul {
 div#details li {
     list-style-type: none;
 }
+
+div#grid_info {
+    text-align: left;
+    color: #444;
+}
+