Use converted value if colum uses a lookup table
[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: 0px;
21     padding: 2px;
22     background-color: #DDD;
23     border: 1px solid #AAA;
24     color: #555;
25     overflow: hidden;
26 }
27
28 div.form p.title {
29     padding: 0;
30     padding-left: 2px;
31     padding-bottom: 3px;
32     margin: -2px;
33     margin-bottom: 3px;
34     font-weight: bold;
35     color: #444;
36     background: #CCC;
37 }
38
39 input, select {
40     border: 1px solid #CCC;
41     color: inherit;
42     background: white;
43 }
44
45 textarea {
46     border: 1px solid #CCC;
47     font-size: 90%;
48     color: inherit;
49 }
50
51 button {
52     border: 1px solid #CCC;
53     color: inherit;
54 }
55
56 div.form div.buttons {
57     text-align: center;
58     padding-top: 10px;
59     padding-bottom: 5px;
60 }
61
62 div.form div.buttons button {
63     padding-left: 1px;
64     padding-right: 1px;
65 }
66
67 div.form div.buttons span {
68     margin-left: 5px;
69 }
70
71 div.form img.calendar {
72     margin-bottom: -6px;
73 }
74
75 span#form_status {
76     font-size: 80%;
77 }
78
79 div.login {
80     background-image: url('images/login.jpg');
81     background-repeat: no-repeat;
82     background-position: center center;
83     margin: -15px;
84     height: 800px;
85 }
86
87 table.login {
88     border: 1px solid #7b7b7b;
89     background: #f7f7f7;
90     position: relative;
91     top: 290px;
92 }
93
94 span.status_ok {
95     color: green;
96 }
97
98 span.status_error {
99     color: red;
100 }
101
102 div#details {
103     color: #424242;
104 }
105
106 div#details ul {
107     padding: 0;
108     margin: 0;
109 }
110
111 div#details li {
112     list-style-type: none;
113 }
114
115 div#grid_info {
116     text-align: left;
117     color: #444;
118 }
119