Ticket #15993: 15993.3.table-layout-auto.patch
| File 15993.3.table-layout-auto.patch, 1.1 KB (added by , 15 years ago) |
|---|
-
wp-admin/css/wp-admin.dev.css
2188 2188 ------------------------------------------------------------------------------*/ 2189 2189 2190 2190 table.fixed { 2191 table-layout: fixed;2191 /* table-layout: fixed; */ 2192 2192 } 2193 2193 2194 2194 .fixed .column-rating, … … 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 } … … 2294 2295 th.sorted a { 2295 2296 display: block; 2296 2297 overflow: hidden; 2297 padding: 7px 7px 8px;2298 padding: 7px 21px 8px 7px; 2298 2299 } 2299 2300 2300 2301 .fixed .column-comments.sortable a, … … 2306 2307 th.sorted a span { 2307 2308 float: left; 2308 2309 cursor: pointer; 2310 word-wrap: normal; 2309 2311 } 2310 2312 2311 2313 th.sorted.asc .sorting-indicator, 2312 2314 th.desc:hover span.sorting-indicator { 2313 display: block;2315 display: inline; 2314 2316 background-position: 0 0; 2315 2317 } 2316 2318 2317 2319 th.sorted.desc .sorting-indicator, 2318 2320 th.asc:hover span.sorting-indicator { 2319 display: block;2321 display: inline; 2320 2322 background-position: -7px 0; 2321 2323 } 2322 2324