]> 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 866e5d46b9395f70b0c72ab07774b68b9b798838..0381cb940651c73bf2741e3b1b8d5ad6fa59848a 100644 (file)
@@ -4,13 +4,12 @@
 }
 
 .install_select {
 }
 
 .install_select {
-       border: dashed 1px #000000;
+       border: groove 1px #000000;
        background-color: #EEEEFF;
 }
 
 .install_normal {
        background-color: #EEEEFF;
 }
 
 .install_normal {
-       border-style: solid;
-       border: dashed 1px #000000;
+       border: groove 1px #000000;
 }
 
 .install_submit {
 }
 
 .install_submit {
@@ -74,3 +73,8 @@
        padding-top: 5px;
        padding-bottom: 10px;
 }
        padding-top: 5px;
        padding-bottom: 10px;
 }
+
+.install_right {
+       text-align: right;
+       padding-right: 5px;
+}