mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user