mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
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:
@@ -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 */
|
||||
Reference in New Issue
Block a user