mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
Change the post format icons sprite to be vertical rather than horizontal in order to allow it to be used for wider items such as labels. RTL tweak for the icon in the posts list table. See #16047, #24519.
git-svn-id: https://develop.svn.wordpress.org/trunk@24426 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3947,39 +3947,39 @@ a.post-state-format {
|
||||
}
|
||||
|
||||
a.post-state-format.format-image {
|
||||
background-position: -40px -8px;
|
||||
background-position: -8px -40px;
|
||||
}
|
||||
|
||||
a.post-state-format.format-gallery {
|
||||
background-position: -72px -8px;
|
||||
background-position: -8px -72px;
|
||||
}
|
||||
|
||||
a.post-state-format.format-audio {
|
||||
background-position: -104px -8px;
|
||||
background-position: -8px -104px;
|
||||
}
|
||||
|
||||
a.post-state-format.format-video {
|
||||
background-position: -135px -8px;
|
||||
background-position: -8px -136px;
|
||||
}
|
||||
|
||||
a.post-state-format.format-chat {
|
||||
background-position: -168px -8px;
|
||||
background-position: -8px -168px;
|
||||
}
|
||||
|
||||
a.post-state-format.format-status {
|
||||
background-position: -200px -8px;
|
||||
background-position: -8px -200px;
|
||||
}
|
||||
|
||||
a.post-state-format.format-aside {
|
||||
background-position: -232px -8px;
|
||||
background-position: -8px -232px;
|
||||
}
|
||||
|
||||
a.post-state-format.format-quote {
|
||||
background-position: -264px -8px;
|
||||
background-position: -8px -265px;
|
||||
}
|
||||
|
||||
a.post-state-format.format-link {
|
||||
background-position: -296px -8px;
|
||||
background-position: -8px -296px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user