Ticket #15993: 15993.2.patch
| File 15993.2.patch, 956 bytes (added by , 14 years ago) |
|---|
-
wp-admin/css/wp-admin.dev.css
2277 2277 height: 4px; 2278 2278 margin-top: 8px; 2279 2279 margin-left: 7px; 2280 position: absolute; 2280 2281 background-image: url(../images/sort.gif); 2281 2282 background-repeat: no-repeat; 2282 2283 } … … 2285 2286 margin-top: 3px; 2286 2287 } 2287 2288 2288 .widefat th.sortable,2289 .widefat th.sorted {2290 padding: 0;2291 }2292 2293 2289 th.sortable a, 2294 2290 th.sorted a { 2295 2291 display: block; 2296 2292 overflow: hidden; 2297 padding: 7px 7px 8px;2298 2293 } 2299 2294 2300 2295 .fixed .column-comments.sortable a, … … 2310 2305 2311 2306 th.sorted.asc .sorting-indicator, 2312 2307 th.desc:hover span.sorting-indicator { 2313 display: block;2308 display: inline; 2314 2309 background-position: 0 0; 2315 2310 } 2316 2311 2317 2312 th.sorted.desc .sorting-indicator, 2318 2313 th.asc:hover span.sorting-indicator { 2319 display: block;2314 display: inline; 2320 2315 background-position: -7px 0; 2321 2316 } 2322 2317