X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=install%2Ftemplate.css;h=ff81f26af33e8bb1e55382bec9448c49ae504043;hb=a903a8fb230645b6efda8488b3e2ddc480be9b24;hp=ec1e5ddace10de6b74a26dd109221b81366dae2c;hpb=49414d6faa37375cef1ea0a156054ddd9cc6ae8d;p=civicrm-core.git diff --git a/install/template.css b/install/template.css index ec1e5ddace..ff81f26af3 100644 --- a/install/template.css +++ b/install/template.css @@ -1,6 +1,7 @@ body { background: #eee; } + #All { font-family: Arial, sans-serif; width: auto; @@ -11,9 +12,11 @@ body { background: #fff; max-width: 1200px; } + form { margin: 0; } + h1 { margin-top: 0; } @@ -24,7 +27,7 @@ li { label span { float: left; - width: 12em; + width: 14em; } .good td { @@ -48,13 +51,15 @@ p.error { color: white; clear: both; } + p.warning { padding: 0.5em; background-color: #e70; - border: 1px #A70 solid; + border: 1px #a70 solid; color: white; clear: both; } + p.good { padding: 0.5em; background-color: #0c0; @@ -64,13 +69,15 @@ p.good { } p.error a { - color: #ccf; + color: #FFF; + font-weight: bold; } .testResults { border-collapse: collapse; font-size: 80%; } + .testResults td { border: 1px #ccc solid; width: 400px;