silverstripe-installer/config-form.css
aoneil b5ad732e5f Use black candy theme for the installer
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@40535 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-08-20 06:04:15 +00:00

44 lines
604 B
CSS

.good td {
color: green;
}
.warning td {
color: orange;
}
.testResults .error td {
border: 1px #CCC solid;
color: red;
}
p.error {
padding: 0.5em;
background-color: #DDD;
border: 1px #CCC solid;
color: red;
}
p.warning {
padding: 0.5em;
background-color: #DDD;
border: 1px #CCC solid;
color: orange;
}
p.good {
padding: 0.5em;
background-color: #DDD;
border: 1px #CCC solid;
color: #0C0;
}
.testResults {
border-collapse: collapse;
font-size: 80%;
width: 90%;
}
.testResults td {
border: 1px #CCC solid;
width: 400px;
padding: 0.2em;
}