Style the error messages in the installer.

git-svn-id: https://develop.svn.wordpress.org/trunk@14828 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2010-05-24 08:18:48 +00:00
parent 0ed95acd34
commit 41bc31f294
3 changed files with 15 additions and 2 deletions

View File

@@ -203,3 +203,16 @@ textarea {
background-color: #c3ff88;
border-color: #8dff1c !important;
}
.message {
border: 1px solid #e6db55;
padding-top: 0.3em;
padding-right: 0.6em;
padding-bottom: 0.3em;
padding-left: 0.6em;
margin-top: 5px;
margin-right: 0pt;
margin-bottom: 15px;
margin-left: 0pt;
background-color: #ffffe0;
}