mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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