Changeset 20571
- Timestamp:
- 04/23/2012 11:00:14 PM (13 years ago)
- Location:
- trunk/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin-rtl.dev.css
r20514 r20571 817 817 margin-right: 0; 818 818 margin-left: -1px; 819 }820 821 /* positioning etc. */822 823 #posts-filter fieldset {824 float: right;825 margin: 0 0 1em 1.5ex;826 }827 828 #posts-filter fieldset legend {829 padding: 0 1px .2em 0;830 819 } 831 820 -
trunk/wp-admin/css/wp-admin.dev.css
r20516 r20571 2452 2452 } 2453 2453 .screen-per-page { 2454 width: 3em;2454 width: 4em; 2455 2455 } 2456 2456 … … 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 td.post-title strong, td.plugin-title strong { 2976 td.post-title strong, 2977 td.plugin-title strong { 2991 2978 display: block; 2992 2979 margin-bottom: .2em; 2993 2980 } 2994 2981 2995 td.post-title p, td.plugin-title p { 2982 td.post-title p, 2983 td.plugin-title p { 2996 2984 margin: 6px 0; 2997 2985 } … … 5535 5523 } 5536 5524 5537 td.post-title strong,5538 td.plugin-title strong {5539 display: block;5540 margin-bottom: .2em;5541 }5542 5543 td.post-title p,5544 td.plugin-title p {5545 margin: 6px 0;5546 }5547 5548 5525 #templateside ul li a { 5549 5526 text-decoration: none;
Note: See TracChangeset
for help on using the changeset viewer.