WordPress/wp-admin/css/site-icon.css
Konstantin Obenland f39d1e4fcc Customize: Reduce vertical space of site icon control.
Makes the control easier to find, reduces visual clutter, and is more
consistent with Customizer UI conventions.

Props celloexpressions.
Fixes #35943.

Built from https://develop.svn.wordpress.org/trunk@36907


git-svn-id: http://core.svn.wordpress.org/trunk@36875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-03-09 21:19:27 +00:00

50 lines
946 B
CSS

/*------------------------------------------------------------------------------
28.0 - Site Icon
------------------------------------------------------------------------------*/
.site-icon-preview .favicon-preview {
margin: 5px 0 20px;
overflow: hidden;
position: relative;
max-width: 180px;
}
.site-icon-preview .favicon,
.site-icon-preview .browser-title {
height: 16px;
left: 88px;
overflow: hidden;
position: absolute;
top: 16px;
}
.site-icon-preview .favicon {
width: 16px;
}
.site-icon-preview .browser-title {
left: 109px;
width: 72px;
white-space: nowrap;
}
.site-icon-preview .app-icon-preview {
background-color: #000;
-webkit-border-radius: 16px;
border-radius: 16px;
height: 64px;
overflow: hidden;
width: 64px;
margin-top: 5px;
}
.customize-control-site_icon .favicon-preview {
float: left;
margin-right: 12px;
margin-bottom: 0;
}
.customize-control-site_icon .app-icon-preview {
margin-top: 9px;
}