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:
Andrew Ozz
2011-08-16 04:54:51 +00:00
parent 92092a0249
commit f68214a20a
8 changed files with 22 additions and 14 deletions

View File

@@ -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;