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