Further fixes for installation phase and endless loop
[mailer.git] / theme / business / css / install.css
index a85ef5284782cd01e898ba36cb0ca27906f6c2ce..f3c23b087eeaf823d4ea872ae3e794a1a9400591 100644 (file)
@@ -32,7 +32,7 @@
        background-color: #EEEEFF;
        font-size: 20px;
        text-decoration: underline;
-       heigth: 30px;
+       height: 30px;
        vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #FFFFFF;
 }
 
-.install_error,.install_finished {
+.install_error, .install_finished {
        font-size: 20px;
        color: #000000;
 }
 
-.install_security,.install_welcome,.install_text {
+.install_security, .install_welcome, .install_text {
        color: #000000;
 }
 
@@ -73,4 +73,9 @@
 .install_welcome {
        padding-top: 5px;
        padding-bottom: 10px;
-}
\ No newline at end of file
+}
+
+.install_right {
+       text-align: right;
+       padding-right: 5px;
+}