Ticket #20015: 20015-7.patch
File 20015-7.patch, 1.4 KB (added by , 13 years ago) |
---|
-
wp-admin-rtl.dev.css
819 819 820 820 /* positioning etc. */ 821 821 822 #posts-filter fieldset {823 float: right;824 margin: 0 0 1em 1.5ex;825 }826 827 #posts-filter fieldset legend {828 padding: 0 1px .2em 0;829 }830 831 822 /* Global classes */ 832 823 833 824 #post-body .tagsdiv #newtag { -
wp-admin.dev.css
2451 2451 margin-top: 13px; 2452 2452 } 2453 2453 .screen-per-page { 2454 width: 3em;2454 width: 4em; 2455 2455 } 2456 2456 2457 2457 #posts-filter fieldset { … … 2972 2972 position: relative; 2973 2973 } 2974 2974 2975 .screen-per-page {2976 width: 3em;2977 }2978 2979 #posts-filter fieldset {2980 float: left;2981 margin: 0 1.5ex 1em 0;2982 padding: 0;2983 }2984 2985 #posts-filter fieldset legend {2986 padding: 0 0 .2em 1px;2987 }2988 2989 2975 /* Edit posts */ 2990 2976 td.post-title strong, td.plugin-title strong { 2991 2977 display: block; … … (this hunk was shorter than expected) 5376 5362 padding: 0; 5377 5363 } 5378 5364 5379 td.post-title strong,5380 td.plugin-title strong {5381 display: block;5382 margin-bottom: .2em;5383 }5384 5385 td.post-title p,5386 td.plugin-title p {5387 margin: 6px 0;5388 }5389 5390 5365 #templateside ul li a { 5391 5366 text-decoration: none; 5392 5367 } … … 5485 5459 max-height: 60px; 5486 5460 } 5487 5461 5488 .screen-per-page {5489 width: 3em;5490 }5491 5492 5462 .list-ajax-loading { 5493 5463 float: right; 5494 5464 margin-right: 9px; … … 6096 6066 }