X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=install%2Ftemplate.css;h=7c96816e54a72f86dbc65a20edf9a614f080be6a;hb=fe59b2a7566ab760582b1b29ab7f3734f6020d0d;hp=ec1e5ddace10de6b74a26dd109221b81366dae2c;hpb=bdf82b639510f4c1448792d684a63760b550fa7d;p=civicrm-core.git diff --git a/install/template.css b/install/template.css index ec1e5ddace..7c96816e54 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,15 @@ body { background: #fff; max-width: 1200px; } + +.civicrm-logo { + float: right; +} + form { margin: 0; } + h1 { margin-top: 0; } @@ -24,7 +31,7 @@ li { label span { float: left; - width: 12em; + width: 14em; } .good td { @@ -48,13 +55,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 +73,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;