Calculate timeout for automatic logout according to PHP configuration
[misc/kostenrechnung] / stylesheet.css
index 60c31ec..0a20626 100644 (file)
@@ -1,7 +1,7 @@
 body {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: 10px;
-    background-color: #f7f7f7;
+    background: #e3f0ff;
     color: #000000;
 }
 
@@ -17,16 +17,103 @@ div.ricoLG_cell {
 }
 
 div.form {
-    margin-top: 10px;
+    margin-top: 0px;
     padding: 2px;
     background-color: #DDD;
     border: 1px solid #AAA;
+    color: #555;
+    overflow: hidden;
 }
 
-div.form input {
-    border: 1px solid #AAA;
+div.form p.title {
+    padding: 0;
+    padding-left: 2px;
+    padding-bottom: 3px;
+    margin: -2px;
+    margin-bottom: 3px;
+    font-weight: bold;
+    color: #444;
+    background: #CCC;
 }
 
-div.form button {
-    border: 1px solid #AAA;
+input, select {
+    border: 1px solid #CCC;
+    color: inherit;
+    background: white;
 }
+
+textarea {
+    border: 1px solid #CCC;
+    font-size: 90%;
+    color: inherit;
+}
+
+button {
+    border: 1px solid #CCC;
+    color: inherit;
+}
+
+div.form div.buttons {
+    text-align: center;
+    padding-top: 10px;
+    padding-bottom: 5px;
+}
+
+div.form div.buttons button {
+    padding-left: 1px;
+    padding-right: 1px;
+}
+
+div.form div.buttons span {
+    margin-left: 5px;
+}
+
+div.form img.calendar {
+    margin-bottom: -6px;
+}
+
+span#form_status {
+    font-size: 80%;
+}
+
+div.login {
+    background-image: url('images/login.jpg');
+    background-repeat: no-repeat;
+    background-position: center center;
+    margin: -15px;
+    height: 800px;
+}
+
+table.login {
+    border: 1px solid #7b7b7b;
+    background: #f7f7f7;
+    position: relative;
+    top: 290px;
+}
+
+span.status_ok {
+    color: green;
+}
+
+span.status_error {
+    color: red;
+}
+
+div#details {
+    color: #424242;
+}
+
+div#details ul {
+    padding: 0;
+    margin: 0;
+}
+
+div#details li {
+    list-style-type: none;
+}
+
+div#grid_info {
+    text-align: left;
+    color: #444;
+}
+