This should display the data?
[mailer.git] / theme / default / css / install.css
1 .install_main {
2         background-color: #DDEEDD;
3         text-decoration: none;
4 }
5
6 .install_header {
7         color: #009900;
8         background-color: #CCDDCC;
9         font-size: 20px;
10         text-decoration: underline;
11         height: 30px;
12         padding-top: 5px;
13         padding-bottom: 5px;
14 }
15
16 .install_fatalcontent {
17         text-align: left;
18         background-color: #DDEEDD;
19 }
20
21 .install_error {
22         font-size: 20px;
23         color: #AA0000;
24 }
25
26 .install_finished {
27         font-size: 20px;
28         color: #00AA00;
29 }
30
31 .install_welcome {
32         padding-top: 5px;
33         padding-bottom: 10px;
34         font-size: 16px;
35 }
36
37 .install_footer {
38         padding-bottom: 10px;
39 }
40
41 .install_right {
42         text-align: right;
43         padding-right: 5px;
44 }
45
46 .install_menu {
47         float: left;
48         width: 120px;
49         border: 1px solid #ff0000;
50 }