Add min-height and a black border to the Background Image preview. Min-height to allow for no image present, black border to show preview area when no image or colour is available. See #12186

git-svn-id: https://develop.svn.wordpress.org/trunk@13766 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse
2010-03-19 09:37:36 +00:00
parent 2a77254f33
commit ef886dfdfe
3 changed files with 6 additions and 6 deletions

View File

@@ -3654,16 +3654,16 @@ span.imgedit-scale-warn {
padding-right:10px;
width:80px;
}
div#custom-background-image {
min-height: 100px;
border: 1px solid #000;
}
div#custom-background-image img {
max-width: 400px;
max-height: 200px;
}
div#custom-background-image p.submit {
display: inline;
}
/* Custom Header */
table#available-headers td {