]> git.mxchange.org Git - mailer.git/blobdiff - theme/desert/css/install.css
mailer project continued:
[mailer.git] / theme / desert / css / install.css
index 641b6bfe6c06bc5375ca46bfb63d3ed79759fac8..81c4b5f98c81712b2da082233bc27ef824b57996 100644 (file)
@@ -1,33 +1,42 @@
-.install_main {
+.install_content {
        color: #880000;
-       background-color: #FFFFCC;
+       background-color: #ffffcc;
        text-decoration: none;
+       border: 1px solid #880000;
+       padding: 5px;
+       width: 670px;
+       z-index: 20;
+}
+
+.install_main_ajax {
+       padding-bottom: 6px;
 }
 
 .install_header {
        color: #880000;
-       background-color: #DDDDAA;
-       width: 400px;
+       background-color: #cccc99;
        height: 30px;
        font-size: 20px;
        text-decoration: underline;
        padding-top: 5px;
        padding-bottom: 5px;
+       margin-bottom: 5px;
 }
 
-.install_fatalcontent {
-       text-align: left;
-       background-color: #FFFFCC;
+.install_error {
+       font-size: 20px;
+       color: #aa0000;
 }
 
-.install_error, .install_finished {
-       font-size: 20px;
+.install_title {
+       padding-top: 5px;
+       padding-bottom: 10px;
+       font-size: 16px;
+       font-weight: bold;
        color: #880000;
 }
 
-.install_welcome {
-       color: #880000;
-       padding-top: 5px;
+.install_footer {
        padding-bottom: 10px;
 }
 
        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%;
+}