Lengthen the "screen-per-page" input box to prevent cutoff caused by setting type="number", remove some duplicate css, props thezman84, see #20015

git-svn-id: https://develop.svn.wordpress.org/trunk@20571 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-04-23 23:00:14 +00:00
parent aff09817e7
commit 2407473309
2 changed files with 5 additions and 39 deletions

View File

@ -818,17 +818,6 @@ th.sorted a span {
margin-left: -1px;
}
/* positioning etc. */
#posts-filter fieldset {
float: right;
margin: 0 0 1em 1.5ex;
}
#posts-filter fieldset legend {
padding: 0 1px .2em 0;
}
/* Global classes */
#post-body .tagsdiv #newtag {

View File

@ -2451,7 +2451,7 @@ th.asc:hover span.sorting-indicator {
margin-top: 13px;
}
.screen-per-page {
width: 3em;
width: 4em;
}
#posts-filter fieldset {
@ -2972,27 +2972,15 @@ form#tags-filter {
position: relative;
}
.screen-per-page {
width: 3em;
}
#posts-filter fieldset {
float: left;
margin: 0 1.5ex 1em 0;
padding: 0;
}
#posts-filter fieldset legend {
padding: 0 0 .2em 1px;
}
/* Edit posts */
td.post-title strong, td.plugin-title strong {
td.post-title strong,
td.plugin-title strong {
display: block;
margin-bottom: .2em;
}
td.post-title p, td.plugin-title p {
td.post-title p,
td.plugin-title p {
margin: 6px 0;
}
@ -5534,17 +5522,6 @@ table.form-table td .updated {
margin-bottom: 20px;
}
td.post-title strong,
td.plugin-title strong {
display: block;
margin-bottom: .2em;
}
td.post-title p,
td.plugin-title p {
margin: 6px 0;
}
#templateside ul li a {
text-decoration: none;
}