Move edit box left to the 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 }
26
27 input, select {
28     border: 1px solid #CCC;
29     color: inherit;
30     background: white;
31 }
32
33 button {
34     border: 1px solid #CCC;
35     color: inherit;
36 }
37
38 div.form div.buttons {
39     text-align: center;
40     padding-bottom: 10px;
41 }
42
43 div.form div.buttons span {
44     margin-left: 10px;
45 }
46
47 span#form_status {
48     font-size: 80%;
49 }
50
51 div.login {
52     background-image: url('lib/login.jpg');
53     background-repeat: no-repeat;
54     background-position: center center;
55     margin: -15px;
56     height: 600px;
57 }
58
59 table.login {
60     border: 1px solid #7b7b7b;
61     background: #f7f7f7;
62     position: relative;
63     top: 290px;
64 }
65
66 span.status_ok {
67     color: green;
68 }
69
70 span.status_error {
71     color: red;
72 }
73
74 div#details ul {
75     padding: 0;
76     margin: 0;
77 }
78
79 div#details li {
80     list-style-type: none;
81 }