mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user