mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Fix (temporarily?) the spacing between the uploader buttons on the dashboard, props SergeyBiryukov and andrewryno, see #17144
git-svn-id: https://develop.svn.wordpress.org/trunk@18553 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2194,7 +2194,20 @@ input#link_url {
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.wp-media-buttons img,
|
||||
.wp-media-buttons {
|
||||
cursor: default;
|
||||
padding: 8px 8px 0;
|
||||
}
|
||||
|
||||
.wp-media-buttons a {
|
||||
cursor: pointer;
|
||||
padding: 0 0 5px 10px;
|
||||
}
|
||||
|
||||
.wp-media-buttons img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#submitpost #ajax-loading,
|
||||
#submitpost .ajax-loading {
|
||||
vertical-align: middle;
|
||||
|
||||
Reference in New Issue
Block a user