A bit space added to install_welcome class
[mailer.git] / theme / business / css / install.css
1 .install_fatal {
2         text-align                      : left;
3         color                           : #000000;
4 }
5
6 .install_select {
7         border                          : dashed 1px #000000;
8         background-color        : #EEEEFF;
9 }
10 .install_normal {
11         border-style            : solid;
12         border                          : dashed 1px #000000;
13 }
14
15 .install_submit {
16         border-style            : groove;
17 }
18
19 .install {
20 }
21
22 .install_main {
23         color                           : #000000;
24         background-color        : #FFFFFF;
25         text-decoration         : none;
26 }
27
28 .install_header {
29         color                           : #000000;
30         background-color        : #EEEEFF;
31         font-size                       : 20px;
32         text-decoration         : underline;
33         heigth                          : 30px;
34         vertical-align          : middle;
35         padding-top                     : 5px;
36         padding-bottom          : 5px;
37 }
38
39 .install_fatal {
40         background-color        : #FFFFFF;
41         color                           : #000000;
42 }
43
44 .install_fatalcontent {
45         text-align                      : left;
46         background-color        : #FFFFFF;
47 }
48
49 .install_error, .install_finished {
50         font-size                       : 20px;
51         color                           : #000000;
52 }
53
54 .install_security, .install_welcome, .install_text {
55         color                           : #000000;
56 }
57
58 .install_text {
59         padding-bottom          : 10px;
60         text-align                      : left;
61         margin-left                     : 20px;
62         margin-right            : 20px;
63 }
64
65 .install_security {
66         width                           : 350px;
67         padding-top                     : 10px;
68         padding-bottom          : 10px;
69 }
70
71 .install_welcome {
72         padding-top                     : 5px;
73         padding-bottom          : 10px;
74 }