Layout updates
[misc/kostenrechnung] / stylesheet.css
1 body {
2     font-family: Verdana, Helvetica, Arial, sans-serif;
3     font-size: 10px;
4     background: #e3f0ff;
5     color: #000000;
6 }
7
8 div.ricoLG_cell {
9     padding-top: 0px;
10     padding-bottom: 0px;
11     color: #666;
12     cursor: default;
13 }
14
15 .ricoLG_table th {
16     background-color: #DDD;
17 }
18
19 div.form {
20     margin-top: 10px;
21     padding: 2px;
22     background-color: #DDD;
23     border: 1px solid #AAA;
24 }
25
26 div.form input {
27     border: 1px solid #AAA;
28 }
29
30 div.form button {
31     border: 1px solid #AAA;
32 }