Add post format icons to the radio chooser. This also trims empty margins from the sprites to make them usable in RTL and make positioning numbers more sane. props ryelle, kovshenin for the initial patch. fixes #24519.
git-svn-id: http://core.svn.wordpress.org/trunk@24429 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1354,7 +1354,7 @@ div.wp-menu-image {
|
||||
|
||||
/* Post format icons */
|
||||
|
||||
a.post-state-format {
|
||||
.post-format-icon {
|
||||
background: url(../images/post-formats.png) no-repeat;
|
||||
}
|
||||
|
||||
@@ -2171,9 +2171,9 @@ h2.nav-tab-wrapper, h3.nav-tab-wrapper {
|
||||
}
|
||||
|
||||
/* 16px post formats */
|
||||
a.post-state-format {
|
||||
.post-format-icon {
|
||||
background-image: url(../images/post-formats32.png);
|
||||
background-size: 32px 320px;
|
||||
background-size: 16px 304px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user