rtl.css
11 lines
| 1 | /* Pull "Title" header name over in "Thumbnail"s place. */ |
| 2 | th.column-thumbnail + th a { |
| 3 | margin-right: -60px; |
| 4 | } |
| 5 | |
| 6 | /* If thumbnail column has .hidden class, the entire column is |
| 7 | * toggled off. Don't pull "Title" header name over. */ |
| 8 | th.column-thumbnail.hidden + th a { |
| 9 | margin-right: 0; |
| 10 | } |
| 11 |