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