Press This: AJAX load all tabs, add tag UI, make category list scrollable.

git-svn-id: https://develop.svn.wordpress.org/trunk@7932 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-05-14 20:01:09 +00:00
parent b14c207c1d
commit 398253a850
3 changed files with 233 additions and 152 deletions
+49
View File
@@ -334,6 +334,11 @@ a {
color: #007BFF;
}
#categories-all {
overflow: auto;
height: 30em;
}
#categories ul {
list-style: none;
padding: 0;
@@ -346,4 +351,48 @@ a {
border-style: solid;
}
#tagsdiv #newtag {
margin-right: 5px;
width: 16em;
}
#tagchecklist {
margin-left: 10px;
font-size: 12px;
overflow: auto;
}
#tagchecklist strong {
margin-left: -8px;
position: absolute;
}
#tagchecklist span {
margin-right: 25px;
display: block;
float: left;
font-size: 11px;
line-height: 1.8em;
white-space: nowrap;
cursor: default;
}
#tagchecklist span a {
margin: 6px 0pt 0pt -9px;
cursor: pointer;
width: 10px;
height: 10px;
display: block;
float: left;
text-indent: -9999px;
overflow: hidden;
position: absolute;
}
.howto {
font-style: italic;
display: block;
}
/* end quickpost css */