X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=install%2Ftemplate.css;h=ff81f26af33e8bb1e55382bec9448c49ae504043;hb=8bbf96539d856d93a398b5bf6fadef5258eee7af;hp=bfe0394a2e23b250bdd089423ae4fb98b0148715;hpb=1789c269b1c68178c1f3de38d751a4e37f94db4c;p=civicrm-core.git diff --git a/install/template.css b/install/template.css index bfe0394a2e..ff81f26af3 100644 --- a/install/template.css +++ b/install/template.css @@ -1,19 +1,22 @@ body { - background: #EEE; + background: #eee; } + #All { font-family: Arial, sans-serif; width: auto; margin: 0.5em auto; padding: 1em; - border: 1px #CCC solid; + border: 1px #ccc solid; border-radius: 10px; 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 { @@ -36,43 +39,47 @@ label span { } .testResults .error td { - background-color: #C00; + background-color: #c00; border: 1px #700 solid; color: white; } p.error { padding: 0.5em; - background-color: #C00; + background-color: #c00; border: 1px #700 solid; color: white; clear: both; } + p.warning { padding: 0.5em; - background-color: #E70; - border: 1px #A70 solid; + background-color: #e70; + border: 1px #a70 solid; color: white; clear: both; } + p.good { padding: 0.5em; - background-color: #0C0; + background-color: #0c0; border: 1px #070 solid; color: white; clear: both; } p.error a { - color: #CCF; + color: #FFF; + font-weight: bold; } .testResults { border-collapse: collapse; font-size: 80%; } + .testResults td { - border: 1px #CCC solid; + border: 1px #ccc solid; width: 400px; padding: 0.2em; }