Custom background styling fixes. Props yoavf. see #12186

git-svn-id: https://develop.svn.wordpress.org/trunk@13303 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-02-22 18:46:29 +00:00
parent 214d6b2ab0
commit 485dd8a9c4
6 changed files with 54 additions and 15 deletions

View File

@@ -3641,3 +3641,29 @@ span.imgedit-scale-warn {
border-right-style: solid;
border-right-width: 1px;
}
/* Custom Background */
div#custom-background h2 {
margin-top: 20px;
}
#custom-background table th, #custom-background table td {
text-align:left;
padding-right:40px;
padding-left:0;
}
#custom-background table label {
padding-right:10px;
width:80px;
}
div#custom-background-image img {
max-width: 400px;
max-height: 200px;
}
div#custom-background-image p.submit {
display: inline;
}