CSS classes cleaned up, templates simplified:
[mailer.git] / theme / default / css / install.css
index e0f1e6727de1fe73f44f0da2bac17fe2f06a067d..5a5230e6b5c845a3a2c9d7affeadf6dca096c6e7 100644 (file)
@@ -1,81 +1,88 @@
 .install_fatal {
-       text-align                      : left;
-       color                           : #00AA00;
+       text-align: left;
+       color: #00AA00;
 }
 
 .install_select {
-       border                          : dashed 1px #00AA00;
-       background-color        : #F0F0F5;
+       border: groove 1px #00AA00;
+       background-color: #F0F0F5;
 }
+
 .install_normal {
-       border-style            : solid;
-       border                          : dashed 1px #00AA00;
+       border: groove 1px #00AA00;
 }
 
 .install_submit {
-       border-style            : groove;
+       border-style: groove;
 }
 
 .install {
+       
 }
 
 .install_main {
-       color                           : #111188;
-       background-color        : #DDEEDD;
-       text-decoration         : none;
+       color: #111188;
+       background-color: #DDEEDD;
+       text-decoration: none;
 }
 
 .install_header {
-       color                           : #F76300;
-       background-color        : #CCDDCC;
-       font-size                       : 20px;
-       text-decoration         : underline;
-       height                          : 30px;
-       padding-top                     : 5px;
-       padding-bottom          : 5px;
+       color: #F76300;
+       background-color: #CCDDCC;
+       font-size: 20px;
+       text-decoration: underline;
+       height: 30px;
+       padding-top: 5px;
+       padding-bottom: 5px;
 }
 
 .install_fatal {
-       background-color        : #DDEEDD;
-       color                           : #AA0000;
+       background-color: #DDEEDD;
+       color: #AA0000;
 }
 
 .install_fatalcontent {
-       text-align                      : left;
-       background-color        : #DDEEDD;
+       text-align: left;
+       background-color: #DDEEDD;
 }
 
 .install_error {
-       font-size                       : 20px;
-       color                           : #AA0000;
+       font-size: 20px;
+       color: #AA0000;
 }
 
 .install_finished {
-       font-size                       : 20px;
-       color                           : #00AA00;
+       font-size: 20px;
+       color: #00AA00;
 }
 
 .install_security {
-       color                           : #AA0000;
-       width                           : 350px;
-       padding-top                     : 10px;
-       padding-bottom          : 10px;
+       color: #AA0000;
+       width: 350px;
+       padding-top: 10px;
+       padding-bottom: 10px;
 }
 
 .install_welcome {
-       color                           : #0000CC;
-       padding-bottom          : 10px;
-       font-size                       : 16px;
+       color: #0000CC;
+       padding-top: 5px;
+       padding-bottom: 10px;
+       font-size: 16px;
 }
 
 .install_text {
-       color                           : #000000;
-       padding-bottom          : 10px;
-       text-align                      : left;
-       margin-left                     : 20px;
-       margin-right            : 20px;
+       color: #000000;
+       padding-bottom: 10px;
+       text-align: left;
+       margin-left: 20px;
+       margin-right: 20px;
 }
 
 .install_footer {
-       padding-bottom          : 10px;
+       padding-bottom: 10px;
+}
+
+.install_right {
+       text-align: right;
+       padding-right: 5px;
 }