]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/install.css
A bit space added to install_welcome class
[mailer.git] / theme / default / css / install.css
index b08a472945a38f4ccf57f2fcdcf9b8cecdd8147b..7e2a63c821e07a052901a0954b1eb0126dc17995 100644 (file)
@@ -1,17 +1,15 @@
 .install_fatal {
-       text-align              : left;
-       color                   : #00AA00;
+       text-align                      : left;
+       color                           : #00AA00;
 }
 
 .install_select {
-       border                  : dashed 1px;
-       border-color            : #00AA00;
+       border                          : dashed 1px #00AA00;
        background-color        : #F0F0F5;
 }
 .install_normal {
        border-style            : solid;
-       border                  : dashed 1px;
-       border-color            : #00AA00;
+       border                          : dashed 1px #00AA00;
 }
 
 .install_submit {
 }
 
 .install_main {
-       color                   : #111188;
+       color                           : #111188;
        background-color        : #DDEEDD;
-       font-family             : Arial, Geneva, Helvetica, sans-serif;
-       height                  : 30px;
-       text-decoration : none;
+       text-decoration         : none;
 }
 
 .install_header {
-       color                   : #F76300;
+       color                           : #F76300;
        background-color        : #CCDDCC;
        font-size                       : 20px;
-       text-decoration : underline;
-       height                  : 40px;
-       vertical-align          : middle;
-}
-
-.install_content {
-       height                  : 99%;
-       min-height              : 90%;
-       max-height              : 99%;
+       text-decoration         : underline;
+       height                          : 30px;
+       padding-top                     : 5px;
+       padding-bottom          : 5px;
 }
 
 .install_fatal {
        background-color        : #DDEEDD;
-       color                   : #AA0000;
+       color                           : #AA0000;
 }
 
 .install_fatalcontent {
-       text-align              : left;
+       text-align                      : left;
        background-color        : #DDEEDD;
 }
 
 .install_error {
        font-size                       : 20px;
-       color                   : #AA0000;
+       color                           : #AA0000;
 }
 
 .install_finished {
        font-size                       : 20px;
-       color                   : #00AA00;
+       color                           : #00AA00;
 }
 
 .install_security {
-       color                   : #AA0000;
-       width                   : 350px;
-       padding-top             : 10px;
+       color                           : #AA0000;
+       width                           : 350px;
+       padding-top                     : 10px;
        padding-bottom          : 10px;
 }
 
 .install_welcome {
-       color                   : #0000CC;
+       color                           : #0000CC;
+       padding-top                     : 5px;
+       padding-bottom          : 10px;
+       font-size                       : 16px;
 }
 
-.install_intro {
-       color                   : #000000;
+.install_text {
+       color                           : #000000;
+       padding-bottom          : 10px;
+       text-align                      : left;
+       margin-left                     : 20px;
+       margin-right            : 20px;
+}
+
+.install_footer {
+       padding-bottom          : 10px;
 }