UI touches for the single media button. see #17578.

git-svn-id: https://develop.svn.wordpress.org/trunk@18890 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-10-05 21:07:04 +00:00
parent 22f4cdc7d7
commit e386cb17c5
5 changed files with 19 additions and 56 deletions
+4 -3
View File
@@ -1050,16 +1050,17 @@
}
.wp-media-buttons {
cursor: default;
padding: 8px 8px 0;
padding: .5em .5em 0;
}
.wp-media-buttons a {
cursor: pointer;
padding: 0 0 5px 10px;
text-decoration: none;
color: #333;
}
.wp-media-buttons img {
padding: 0 4px;
vertical-align: middle;
}