Styling and minor improvements for items per page option

git-svn-id: https://develop.svn.wordpress.org/trunk@10872 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-04-05 08:25:10 +00:00
parent 9b28447049
commit bd0313e3bc
8 changed files with 30 additions and 16 deletions

View File

@@ -1943,12 +1943,17 @@ p.search-box {
margin: -5px 0 0;
}
.search-input {
.search-input,
.screen-per-page {
border-width: 1px;
border-style: solid;
padding: 2px;
}
.screen-per-page {
width: 3em;
}
#posts-filter fieldset {
float: left;
margin: 0 1.5ex 1em 0;