]> git.mxchange.org Git - mailer.git/blob - theme/business/css/install.css
mailer project continued:
[mailer.git] / theme / business / css / install.css
1 .install_content {
2         background-color: #ffffff;
3         text-decoration: none;
4         border: 1px solid #000000;
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: #000000;
16         background-color: #eeeeff;
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: #ffffff;
28 }
29
30 .install_title {
31         padding-top: 5px;
32         padding-bottom: 10px;
33         font-size: 16px;
34         font-weight: bold;
35         color: #000000;
36 }
37
38 .install_error, .install_finished {
39         font-size: 20px;
40         color: #000000;
41 }
42
43 .install_welcome {
44         color: #000000;
45         padding-top: 5px;
46         padding-bottom: 10px;
47 }
48
49 .install_footer {
50         padding-bottom: 10px;
51 }
52
53 .install_right {
54         text-align: right;
55         padding-right: 5px;
56 }
57
58 .install_menu_ajax {
59         width: 700px;
60 }
61
62 .install_content_container {
63         height: 420px;
64         width: 700px;
65         z-index: 10;
66         overflow: hidden;
67         padding-bottom: 10px;
68 }
69
70 .install_tab {
71 }
72
73 .table_row label.install_label {
74         float: left;
75         width: 30%;
76 }