Make tags accessible without js on the edit screen

git-svn-id: https://develop.svn.wordpress.org/trunk@11172 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-05-04 12:13:44 +00:00
parent 687a400776
commit 0289460644
3 changed files with 24 additions and 6 deletions

View File

@@ -3129,3 +3129,19 @@ p.popular-tags a {
visibility: hidden;
vertical-align: bottom;
}
.tagsdiv .newtag {
width: 180px;
}
.tagsdiv .the-tags {
display: block;
height: 60px;
margin: 0 auto;
overflow: auto;
width: 260px;
}
#post-body-content .tagsdiv .the-tags {
margin: 0 5px;
}