mailer project continued:
[mailer.git] / theme / default / css / install.css
index c0d492e67f17d458bd448299315447f149e3b7a5..658e41172d3f5cc30ca1033ab2a1679e6bccb191 100644 (file)
@@ -1,31 +1,40 @@
-.install_main {
-       background-color: #DDEEDD;
+.install_content {
+       background-color: #ddeedd;
        text-decoration: none;
+       border: 1px solid #009900;
+       padding: 5px;
+       width: 670px;
+       z-index: 20;
+}
+
+.install_main_ajax {
+       padding-bottom: 6px;
 }
 
 .install_header {
        color: #009900;
-       background-color: #CCDDCC;
+       background-color: #ddeedd;
        font-size: 20px;
        text-decoration: underline;
        height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
+       margin-bottom: 5px;
 }
 
 .install_fatalcontent {
        text-align: left;
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
 }
 
 .install_error {
        font-size: 20px;
-       color: #AA0000;
+       color: #aa0000;
 }
 
 .install_finished {
        font-size: 20px;
-       color: #00AA00;
+       color: #00aa00;
 }
 
 .install_welcome {
        font-size: 16px;
 }
 
+.install_title {
+       padding-top: 5px;
+       padding-bottom: 10px;
+       font-size: 16px;
+       font-weight: bold;
+       color: #009900;
+}
+
 .install_footer {
        padding-bottom: 10px;
 }
        padding-right: 5px;
 }
 
-.install_menu {
+.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: 120px;
-       border: 1px solid #ff0000;
+       width: 30%;
 }