diff --git a/wp-admin/css/wp-admin-rtl.dev.css b/wp-admin/css/wp-admin-rtl.dev.css index 4039b1736..0b574963b 100644 --- a/wp-admin/css/wp-admin-rtl.dev.css +++ b/wp-admin/css/wp-admin-rtl.dev.css @@ -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 { diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index 73f4f3e2c..83ceee139 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -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; }