Fix for height
[mailer.git] / theme / default / css / install.css
1 .install_content {
2         background-color: #ddeedd;
3         text-decoration: none;
4         border: 1px solid #009900;
5         padding: 5px;
6         width: 670px;
7         z-index: 20;
8 }
9
10 .install_main_ajax {
11         padding-bottom: 6px;
12 }
13
14 .install_header {
15         color: #009900;
16         background-color: #ddeedd;
17         font-size: 20px;
18         text-decoration: underline;
19         height: 30px;
20         padding-top: 5px;
21         padding-bottom: 5px;
22         margin-bottom: 5px;
23 }
24
25 .install_fatalcontent {
26         text-align: left;
27         background-color: #ddeedd;
28 }
29
30 .install_error {
31         font-size: 20px;
32         color: #aa0000;
33 }
34
35 .install_finished {
36         font-size: 20px;
37         color: #00aa00;
38 }
39
40 .install_welcome {
41         padding-top: 5px;
42         padding-bottom: 10px;
43         font-size: 16px;
44 }
45
46 .install_title {
47         padding-top: 5px;
48         padding-bottom: 10px;
49         font-size: 16px;
50         font-weight: bold;
51         color: #009900;
52 }
53
54 .install_footer {
55         padding-bottom: 10px;
56 }
57
58 .install_right {
59         text-align: right;
60         padding-right: 5px;
61 }
62
63 .install_menu_ajax {
64         width: 720px;
65 }
66
67 .install_content_container {
68         height: 460px;
69         width: 720px;
70         z-index: 10;
71         overflow: hidden;
72         padding-bottom: 10px;
73 }
74
75 .install_tab {
76 }
77
78 .table_row label.install_label {
79         float: left;
80         width: 30%;
81 }