mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Theme Customizer: First pass at image controls. Use header_image as the initial case. Add a 'removed' control param for upload/image controls to map 'removed' to a value other than the empty string. see #19910.
git-svn-id: https://develop.svn.wordpress.org/trunk@20278 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -302,3 +302,29 @@ body {
|
||||
border: 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/*
|
||||
* Image Picker
|
||||
*/
|
||||
.customize-section .customize-image-picker {
|
||||
float: left;
|
||||
}
|
||||
.customize-section .customize-image-picker .thumbnail {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100px;
|
||||
margin-right: 20px;
|
||||
min-height: 1em;
|
||||
}
|
||||
.customize-section .customize-image-picker .thumbnail img {
|
||||
max-width: 98px;
|
||||
max-height: 98px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.customize-section .customize-image-picker .actions {
|
||||
width: 140px;
|
||||
float: left;
|
||||
}
|
||||
.customize-section .customize-image-picker .actions a {
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user