Add toggle all button to the Gallery tab in the uploader

git-svn-id: https://develop.svn.wordpress.org/trunk@10837 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-03-25 17:20:03 +00:00
parent 3ca0ea0aee
commit e57d0ac693
5 changed files with 39 additions and 20 deletions
+8 -1
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;
}