Ticket #6931: global-rtl.css
| File global-rtl.css, 454 bytes (added by , 18 years ago) |
|---|
| Line | |
|---|---|
| 1 | /* styles for use by people extending the WordPress interface */ |
| 2 | .alignleft { float: right; } |
| 3 | .alignright { float: left; } |
| 4 | |
| 5 | .textleft { text-align: right; } |
| 6 | .textright { text-align: left; } |
| 7 | |
| 8 | .widefat td { |
| 9 | padding: 7px 10px 9px 15px; |
| 10 | } |
| 11 | |
| 12 | .widefat th { |
| 13 | padding: 9px 10px 6px 15px; |
| 14 | text-align: right; |
| 15 | } |
| 16 | |
| 17 | .widefat th input { |
| 18 | margin: 0 8px 0 0; |
| 19 | } |
| 20 | |
| 21 | .widefat .check-column { |
| 22 | text-align: left; |
| 23 | } |
| 24 | |
| 25 | .wrap h2 { |
| 26 | margin: 5px -4px 0 0; |
| 27 | padding: 0 0 7px 280px; |
| 28 | } |