Make tags accessible without js on the edit screen

git-svn-id: http://svn.automattic.com/wordpress/trunk@11172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-05-04 12:13:44 +00:00
parent bf88b244cd
commit 6c74505f59
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;
}