mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-13 00:54:34 +00:00
Fix edit link form categories a bit. AJAX add still needs work.
git-svn-id: https://develop.svn.wordpress.org/trunk@6713 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1365,6 +1365,30 @@ ul.categorychecklist li {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#linkcategorydiv #category-adder {
|
||||
margin-left: 120px;
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
#linkcategorydiv ul#category-tabs {
|
||||
float: left;
|
||||
width: 120px;
|
||||
text-align: right;
|
||||
/* Negative margin for the sake of those without JS: all tabs display */
|
||||
margin: 0 -120px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#linkcategorydiv ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#linkcategorydiv ul.categorychecklist ul {
|
||||
margin-left: 18px;
|
||||
}
|
||||
|
||||
/* Global classes */
|
||||
.wp-hidden-children .wp-hidden-child { display: none; }
|
||||
.wp-no-js-hidden { display: none; }
|
||||
|
||||
Reference in New Issue
Block a user