Installation page=welcome rewritten to use div
[mailer.git] / theme / desert / css / install.css
index 472126f37a3c33d8b9163c6c697a8ce14048fc1d..02bf34b659a8aea9e7bab20e576fab5166df6e5e 100644 (file)
@@ -3,23 +3,21 @@
 }
 
 .install_msg {
-       color                   : #880000;
+       color                           : #880000;
        background-color        : #EDEDBA;
 }
 
 .install_fatal {
-       color                   : #880000;
+       color                           : #880000;
 }
 
 .install_select {
-       border                  : dashed 1px;
-       border-color            : #880000;
+       border                          : dashed 1px #880000;
        background-color        : #DDDDAA;
 }
 .install_normal {
        border-style            : solid;
-       border                  : dashed 1px;
-       border-color            : #880000;
+       border                          : dashed 1px #880000;
 }
 
 .install_submit {
 }
 
 .install_main {
-       color                   : #880000;
+       color                           : #880000;
        background-color        : #FFFFCC;
-       font-family             : Arial, Geneva, Helvetica, sans-serif;
-       height                  : 30px;
-       text-decoration : none;
+       text-decoration         : none;
 }
 
 .install_header {
-       color                   : #880000;
+       color                           : #880000;
        background-color        : #DDDDAA;
-       width                   : 400px;
-       height                  : 30px;
+       width                           : 400px;
+       height                          : 30px;
        font-size                       : 20px;
-       text-decoration : underline;
-       padding-top             : 5px;
+       text-decoration         : underline;
+       padding-top                     : 5px;
        padding-bottom          : 5px;
 }
 
-.install_content {
-       height                  : 99%;
-       min-height              : 90%;
-       max-height              : 99%;
-}
-
 .install_fatal {
        background-color        : #FFFFCC;
-       color                   : #880000;
+       color                           : #880000;
 }
 
 .install_fatalcontent {
-       text-align              : left;
+       text-align                      : left;
        background-color        : #FFFFCC;
 }
 
 .install_error, .install_finished {
        font-size                       : 20px;
-       color                   : #880000;
+       color                           : #880000;
 }
 
-.install_security, .install_welcome, .install_intro {
-       color                   : #880000;
+.install_security, .install_welcome, .install_text {
+       color                           : #880000;
+}
+
+.install_text {
+       padding-bottom          : 10px;
+       text-align                      : left;
+       margin-left                     : 20px;
+       margin-right            : 20px;
 }
 
 .install_security {
-       width                   : 350px;
-       padding-top             : 10px;
+       width                           : 350px;
+       padding-top                     : 10px;
        padding-bottom          : 10px;
 }