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:
Ryan Boren
2008-02-02 20:31:56 +00:00
parent d04499eccc
commit 090e465ffd
7 changed files with 33 additions and 15 deletions

View File

@@ -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; }