Add toggle all button to the Gallery tab in the uploader

git-svn-id: http://svn.automattic.com/wordpress/trunk@10837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-03-25 17:20:03 +00:00
parent 7805a574d1
commit 05783317a4
5 changed files with 39 additions and 20 deletions

View File

@@ -433,7 +433,14 @@ h3.media-title {
}
#sort-buttons a {
padding: 0 2px;
text-decoration: none;
}
#sort-buttons #asc,
#sort-buttons #showall {
padding-left: 5px;
}
#sort-buttons span {
margin-right: 25px;
}