mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Theme Customizer: Box model fixes for image picker thumbnails. see #19910.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20530 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3dadfd1316
commit
4900af30f1
@ -319,14 +319,18 @@ body {
|
||||
*/
|
||||
.customize-section .customize-control-image .thumbnail {
|
||||
float: right;
|
||||
width: 140px;
|
||||
min-height: 1em;
|
||||
width: 138px;
|
||||
min-height: 25px;
|
||||
border: 1px solid #ccc;
|
||||
margin-bottom: 5px;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.customize-section .customize-control-image .thumbnail img {
|
||||
display: block;
|
||||
max-width: 138px;
|
||||
max-height: 98px;
|
||||
border: 1px solid #ccc;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.customize-section .customize-control-image .actions {
|
||||
|
Loading…
Reference in New Issue
Block a user