Ensure there is enough space above of the second grid
[infodrom/hallinta] / 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 h3.title, h3.title2 {
9     padding-top: 2px;
10     padding-bottom: 2px;
11 }
12
13 div.ricoLG_cell {
14     padding-top: 0px;
15     padding-bottom: 0px;
16     color: #666;
17     cursor: default;
18 }
19
20 div.ricoWindow {
21     border: 1px solid #BBB;
22 }
23 div.ricoTitle {
24     background-color: #316994;
25     color: white;
26     color: #EEE;
27     padding-left: 2px;
28     cursor: pointer;
29 }
30 div.ricoContent {
31     padding-top: 6px;
32     padding-left: 3px;
33     font-size: 12px;
34 }
35
36 div.form {
37     margin-top: 0px;
38     padding: 2px;
39     border: 1px solid #AAA;
40     color: #555;
41     overflow: hidden;
42 }
43
44 div.second {
45     margin-top: 10px;
46 }
47 div.second div.title {
48     margin-bottom: 5px;
49 }
50
51 input, select {
52     border: 1px solid #CCC;
53     color: inherit;
54     background: white;
55 }
56
57 textarea {
58     border: 1px solid #CCC;
59     font-size: 90%;
60     color: inherit;
61 }
62
63 button {
64     border: 1px solid #CCC;
65     background: #DDD;
66     color: inherit;
67 }
68
69 button:hover {
70     background: #EEE;
71 }
72
73 button.disabled:hover {
74     background: #DDD;
75 }
76
77 div.buttons {
78     text-align: center;
79     padding-top: 0px;
80     padding-bottom: 5px;
81 }
82
83 div.buttons button {
84     padding-left: 1px;
85     padding-right: 1px;
86 }
87
88 div.buttons span {
89     margin-left: 5px;
90 }
91
92 img.calendar {
93     margin-bottom: -6px;
94 }
95
96 p#form_status {
97     font-size: 80%;
98     margin-top: 0px;
99 }
100
101 span.status_ok {
102     color: green;
103 }
104
105 span.status_error {
106     color: red;
107 }
108
109 div#details {
110     color: #424242;
111     padding-left: 2px;
112 }
113
114 div#details ul {
115     padding: 0;
116     margin: 0;
117 }
118
119 div#details li {
120     list-style-type: none;
121 }
122
123 div#grid_info {
124     text-align: left;
125     color: #444;
126 }
127
128 div.alignrightpad {
129     text-align: right;
130     padding-right: 3px;
131 }
132
133 div.info {
134     float: left;
135 }
136 div.status {
137     float: right;
138     text-align: right;
139 }