mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 17:51:27 +01:00
Tweak for multiple categories on edit page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
20c1f8bb31
commit
b64371a05d
@ -95,6 +95,16 @@ textarea, input, select {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-categories {
|
||||||
|
display: inline;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-categories li {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.quicktags, .search {
|
.quicktags, .search {
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
Loading…
Reference in New Issue
Block a user