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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18890 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2011-10-05 21:07:04 +00:00
parent f9ebf31d4a
commit 593bce9f3e
5 changed files with 19 additions and 56 deletions

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