Add beginnings of bulk tag delete. see #5684

git-svn-id: https://develop.svn.wordpress.org/trunk@6727 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-05 07:45:40 +00:00
parent 3a18b96c9b
commit b1d7aea363
3 changed files with 27 additions and 5 deletions

View File

@@ -1389,6 +1389,19 @@ ul.categorychecklist li {
margin-left: 18px;
}
/* pasitioning etc. */
form#tags-filter {
position: relative;
}
p#tag-search {
position: absolute;
right: 0;
top: 0;
margin: 0;
}
/* Global classes */
.wp-hidden-children .wp-hidden-child { display: none; }
.wp-no-js-hidden { display: none; }