Calculate timeout for automatic logout according to PHP configuration
[misc/kostenrechnung] / stylesheet.css
index 63b5ccf..0a20626 100644 (file)
@@ -45,6 +45,7 @@ input, select {
 textarea {
     border: 1px solid #CCC;
     font-size: 90%;
+    color: inherit;
 }
 
 button {
@@ -98,6 +99,10 @@ span.status_error {
     color: red;
 }
 
+div#details {
+    color: #424242;
+}
+
 div#details ul {
     padding: 0;
     margin: 0;
@@ -106,3 +111,9 @@ div#details ul {
 div#details li {
     list-style-type: none;
 }
+
+div#grid_info {
+    text-align: left;
+    color: #444;
+}
+