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: http://svn.automattic.com/wordpress/trunk@20571 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f5095b91d4
commit
f092bf9a71
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue