return false, also when delete cannot be executed
[misc/kostenrechnung] / stylesheet.css
index ba69a11..0a20626 100644 (file)
@@ -22,9 +22,10 @@ div.form {
     background-color: #DDD;
     border: 1px solid #AAA;
     color: #555;
+    overflow: hidden;
 }
 
-div.form p#form_title {
+div.form p.title {
     padding: 0;
     padding-left: 2px;
     padding-bottom: 3px;
@@ -41,6 +42,12 @@ input, select {
     background: white;
 }
 
+textarea {
+    border: 1px solid #CCC;
+    font-size: 90%;
+    color: inherit;
+}
+
 button {
     border: 1px solid #CCC;
     color: inherit;
@@ -61,16 +68,20 @@ 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('lib/login.jpg');
+    background-image: url('images/login.jpg');
     background-repeat: no-repeat;
     background-position: center center;
     margin: -15px;
-    height: 600px;
+    height: 800px;
 }
 
 table.login {
@@ -88,6 +99,10 @@ span.status_error {
     color: red;
 }
 
+div#details {
+    color: #424242;
+}
+
 div#details ul {
     padding: 0;
     margin: 0;
@@ -96,3 +111,9 @@ div#details ul {
 div#details li {
     list-style-type: none;
 }
+
+div#grid_info {
+    text-align: left;
+    color: #444;
+}
+