mailer project continued:
[mailer.git] / theme / business / css / install.css
index 6d5ecf411c82238d7402b21d5eed0cd4dc904d60..0489443edca96c9c8461be93781a0e05ba260e72 100644 (file)
@@ -1,23 +1,38 @@
-.install_main {
-       color: #000000;
-       background-color: #FFFFFF;
+.install_content {
+       background-color: #ffffff;
        text-decoration: none;
+       border: 1px solid #000000;
+       padding: 5px;
+       width: 670px;
+       z-index: 20;
+}
+
+.install_main_ajax {
+       padding-bottom: 6px;
 }
 
 .install_header {
        color: #000000;
-       background-color: #EEEEFF;
+       background-color: #eeeeff;
        font-size: 20px;
        text-decoration: underline;
        height: 30px;
-       vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 5px;
+       margin-bottom: 5px;
 }
 
 .install_fatalcontent {
        text-align: left;
-       background-color: #FFFFFF;
+       background-color: #ffffff;
+}
+
+.install_title {
+       padding-top: 5px;
+       padding-bottom: 10px;
+       font-size: 16px;
+       font-weight: bold;
+       color: #000000;
 }
 
 .install_error, .install_finished {
        padding-bottom: 10px;
 }
 
+.install_footer {
+       padding-bottom: 10px;
+}
+
 .install_right {
        text-align: right;
        padding-right: 5px;
 }
+
+.install_menu_ajax {
+       width: 700px;
+}
+
+.install_content_container {
+       height: 420px;
+       width: 700px;
+       z-index: 10;
+       overflow: hidden;
+       padding-bottom: 10px;
+}
+
+.install_tab {
+}
+
+.table_row label.install_label {
+       float: left;
+       width: 30%;
+}