X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=theme%2Fbusiness%2Fcss%2Finstall.css;h=41322a8c058ba9630155deb78b7388d605fbc648;hb=2831210d371882083f9c9134555a785913c32466;hp=f4bb44ea0ac96527a092e714b76441ee29189f16;hpb=2fefff87c451bdf1fb9d7e2279621a26c4b6650c;p=mailer.git diff --git a/theme/business/css/install.css b/theme/business/css/install.css index f4bb44ea0a..41322a8c05 100644 --- a/theme/business/css/install.css +++ b/theme/business/css/install.css @@ -1,17 +1,15 @@ .install_fatal { - text-align : left; - color : #000000; + text-align : left; + color : #000000; } .install_select { - border : dashed 1px; - border-color : #000000; + border : dashed 1px #000000; background-color : #EEEEFF; } .install_normal { border-style : solid; - border : dashed 1px; - border-color : #000000; + border : dashed 1px #000000; } .install_submit { @@ -22,49 +20,55 @@ } .install_main { - color : #000000; + color : #000000; background-color : #FFFFFF; - font-family : Arial, Geneva, Helvetica, sans-serif; - height : 30px; - text-decoration : none; + text-decoration : none; } .install_header { - color : #000000; + color : #000000; background-color : #EEEEFF; font-size : 20px; - text-decoration : underline; - heigth : 40px; + text-decoration : underline; + heigth : 30px; vertical-align : middle; -} - -.install_content { - height : 99%; - min-height : 90%; - max-height : 99%; + padding-top : 5px; + padding-bottom : 5px; } .install_fatal { background-color : #FFFFFF; - color : #000000; + color : #000000; } .install_fatalcontent { - text-align : left; + text-align : left; background-color : #FFFFFF; } .install_error, .install_finished { font-size : 20px; - color : #000000; + color : #000000; +} + +.install_security, .install_welcome, .install_text { + color : #000000; } -.install_security, .install_welcome, .install_intro { - color : #000000; +.install_text { + padding-bottom : 10px; + text-align : left; + margin-left : 20px; + margin-right : 20px; } .install_security { - width : 350px; - padding-top : 10px; + width : 350px; + padding-top : 10px; + padding-bottom : 10px; +} + +.install_welcome { + padding-top : 5px; padding-bottom : 10px; }