CSS classes cleaned up, templates simplified:
[mailer.git] / theme / desert / css / install.css
index 882f7c370caad06cdb8d5017ae3312a57125714f..c9fea853cfa4da5215875a8780242fc81c13c670 100644 (file)
 }
 
 .install_select {
-       border: dashed 1px #880000;
+       border: groove 1px #880000;
        background-color: #DDDDAA;
 }
 
 .install_normal {
-       border-style: solid;
-       border: dashed 1px #880000;
+       border: groove 1px #880000;
 }
 
 .install_submit {
        background-color: #FFFFCC;
 }
 
-.install_error,.install_finished {
+.install_error, .install_finished {
        font-size: 20px;
        color: #880000;
 }
 
-.install_security,.install_welcome,.install_text {
+.install_security, .install_welcome, .install_text {
        color: #880000;
 }
 
@@ -77,4 +76,9 @@
 .install_welcome {
        padding-top: 5px;
        padding-bottom: 10px;
-}
\ No newline at end of file
+}
+
+.install_right {
+       text-align: right;
+       padding-right: 5px;
+}