]> git.mxchange.org Git - mailer.git/blob - theme/org/css/install.css
6ced645d4c4337ebc211e6ec7c13b5eb32bc137b
[mailer.git] / theme / org / css / install.css
1 .install_content {
2         color: #000000;
3         background-color: #ddeedd;
4         text-decoration: none;
5         border: 1px solid #009900;
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: #000000;
17         background-color: #bbccbb;
18         font-size: 20px;
19         text-decoration: underline;
20         text-align: center;
21         heigth: 30px;
22         padding-top: 5px;
23         padding-bottom: 5px;
24         margin-bottom: 5px;
25 }
26
27 .install_error {
28         font-size: 20px;
29         color: #aa0000;
30 }
31
32 .install_title {
33         padding-top: 5px;
34         padding-bottom: 10px;
35         font-size: 16px;
36         font-weight: bold;
37         color: #009900;
38 }
39
40 .install_footer {
41         padding-bottom: 10px;
42 }
43
44 .install_right {
45         text-align: right;
46         padding-right: 5px;
47 }
48
49 .install_menu_ajax {
50         width: 720px;
51 }
52
53 .install_content_container {
54         height: 420px;
55         width: 720px;
56         z-index: 10;
57         overflow: hidden;
58         padding-bottom: 10px;
59 }
60
61 .install_tab {
62 }
63
64 .table_row label.install_label {
65         float: left;
66         width: 30%;
67 }