]> git.mxchange.org Git - mailer.git/blobdiff - theme/business/css/install.css
CSS classes cleaned up, templates simplified:
[mailer.git] / theme / business / css / install.css
index f4bb44ea0ac96527a092e714b76441ee29189f16..0381cb940651c73bf2741e3b1b8d5ad6fa59848a 100644 (file)
@@ -1,70 +1,80 @@
 .install_fatal {
 .install_fatal {
-       text-align              : left;
-       color                   : #000000;
+       text-align: left;
+       color: #000000;
 }
 
 .install_select {
 }
 
 .install_select {
-       border                  : dashed 1px;
-       border-color            : #000000;
-       background-color        : #EEEEFF;
+       border: groove 1px #000000;
+       background-color: #EEEEFF;
 }
 }
+
 .install_normal {
 .install_normal {
-       border-style            : solid;
-       border                  : dashed 1px;
-       border-color            : #000000;
+       border: groove 1px #000000;
 }
 
 .install_submit {
 }
 
 .install_submit {
-       border-style            : groove;
+       border-style: groove;
 }
 
 .install {
 }
 
 .install {
+       
 }
 
 .install_main {
 }
 
 .install_main {
-       color                   : #000000;
-       background-color        : #FFFFFF;
-       font-family             : Arial, Geneva, Helvetica, sans-serif;
-       height                  : 30px;
-       text-decoration : none;
+       color: #000000;
+       background-color: #FFFFFF;
+       text-decoration: none;
 }
 
 .install_header {
 }
 
 .install_header {
-       color                   : #000000;
-       background-color        : #EEEEFF;
-       font-size                       : 20px;
-       text-decoration : underline;
-       heigth                  : 40px;
-       vertical-align          : middle;
-}
-
-.install_content {
-       height                  : 99%;
-       min-height              : 90%;
-       max-height              : 99%;
+       color: #000000;
+       background-color: #EEEEFF;
+       font-size: 20px;
+       text-decoration: underline;
+       height: 30px;
+       vertical-align: middle;
+       padding-top: 5px;
+       padding-bottom: 5px;
 }
 
 .install_fatal {
 }
 
 .install_fatal {
-       background-color        : #FFFFFF;
-       color                   : #000000;
+       background-color: #FFFFFF;
+       color: #000000;
 }
 
 .install_fatalcontent {
 }
 
 .install_fatalcontent {
-       text-align              : left;
-       background-color        : #FFFFFF;
+       text-align: left;
+       background-color: #FFFFFF;
 }
 
 .install_error, .install_finished {
 }
 
 .install_error, .install_finished {
-       font-size                       : 20px;
-       color                   : #000000;
+       font-size: 20px;
+       color: #000000;
+}
+
+.install_security, .install_welcome, .install_text {
+       color: #000000;
 }
 
 }
 
-.install_security, .install_welcome, .install_intro {
-       color                   : #000000;
+.install_text {
+       padding-bottom: 10px;
+       text-align: left;
+       margin-left: 20px;
+       margin-right: 20px;
 }
 
 .install_security {
 }
 
 .install_security {
-       width                   : 350px;
-       padding-top             : 10px;
-       padding-bottom          : 10px;
+       width: 350px;
+       padding-top: 10px;
+       padding-bottom: 10px;
+}
+
+.install_welcome {
+       padding-top: 5px;
+       padding-bottom: 10px;
+}
+
+.install_right {
+       text-align: right;
+       padding-right: 5px;
 }
 }