CSS classes cleaned up, templates simplified:
[mailer.git] / theme / default / css / install.css
index a8d5167b0f870488960932492958446fe444c12f..5a5230e6b5c845a3a2c9d7affeadf6dca096c6e7 100644 (file)
@@ -4,13 +4,12 @@
 }
 
 .install_select {
-       border: dashed 1px #00AA00;
+       border: groove 1px #00AA00;
        background-color: #F0F0F5;
 }
 
 .install_normal {
-       border-style: solid;
-       border: dashed 1px #00AA00;
+       border: groove 1px #00AA00;
 }
 
 .install_submit {
@@ -82,3 +81,8 @@
 .install_footer {
        padding-bottom: 10px;
 }
+
+.install_right {
+       text-align: right;
+       padding-right: 5px;
+}