mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 04:04:35 +00:00
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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user