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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user