mailer project continued:
[mailer.git] / theme / schleuder / css / install.css
1 .install_content {
2         color: #000000;
3         background-color: #FFFFFF;
4         text-decoration: none;
5 }
6
7 .install_header {
8         color: #000000;
9         background-color: #EEEEFF;
10         font-size: 20px;
11         text-decoration: underline;
12         heigth: 30px;
13         vertical-align: middle;
14         padding-top: 5px;
15         padding-bottom: 5px;
16 }
17
18 .install_fatalcontent {
19         text-align: left;
20         background-color: #FFFFFF;
21 }
22
23 .install_error, .install_finished {
24         font-size: 20px;
25         color: #000000;
26 }
27
28 .install_title {
29         padding-top: 5px;
30         padding-bottom: 10px;
31         font-size: 16px;
32         font-weight: bold;
33         color: #000000;
34 }
35
36 .table_row label.install_label {
37         float: left;
38         width: 30%;
39 }