X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=install%2Ftemplate.css;h=7c96816e54a72f86dbc65a20edf9a614f080be6a;hb=0cef19245b085ae844ba7c886a6c66554656fb5b;hp=15718c677d19d0dc7a4d95cdb5bec96e94aa8855;hpb=d36b8b20ac964dc3c0a74f98f580dc7b0ad7383e;p=civicrm-core.git diff --git a/install/template.css b/install/template.css index 15718c677d..7c96816e54 100644 --- a/install/template.css +++ b/install/template.css @@ -13,6 +13,10 @@ body { max-width: 1200px; } +.civicrm-logo { + float: right; +} + form { margin: 0; } @@ -27,7 +31,7 @@ li { label span { float: left; - width: 12em; + width: 14em; } .good td { @@ -55,7 +59,7 @@ p.error { p.warning { padding: 0.5em; background-color: #e70; - border: 1px #A70 solid; + border: 1px #a70 solid; color: white; clear: both; } @@ -69,7 +73,8 @@ p.good { } p.error a { - color: #ccf; + color: #FFF; + font-weight: bold; } .testResults {