style.css
35 lines
| 1 | /* |
| 2 | * styles for settings page |
| 3 | */ |
| 4 | .rewrite_info { |
| 5 | color: rgb(136, 136, 136); |
| 6 | font-size: 10px; |
| 7 | clear: both; |
| 8 | } |
| 9 | |
| 10 | .rewrite_delete_item { |
| 11 | background: url("../images/status-icons.png") no-repeat scroll 0 0 transparent; |
| 12 | font-size: 11px; |
| 13 | padding: 0 6px 0 5px; |
| 14 | cursor: pointer; |
| 15 | } |
| 16 | .rewrite_select_item .rewrite_delete_select_item{ |
| 17 | padding: 0 6px 0 6px; |
| 18 | } |
| 19 | .rewrite_add_item { |
| 20 | background: url("../images/status-icons.png") no-repeat scroll 0 -16px transparent; |
| 21 | font-size: 12px; |
| 22 | padding: 0 6px 0 6px; |
| 23 | cursor: pointer; |
| 24 | } |
| 25 | .rewrite_delete_item:hover { |
| 26 | background-position: -14px 0; |
| 27 | } |
| 28 | .rewrite_add_item:hover { |
| 29 | background-position: -15px -16px; |
| 30 | } |
| 31 | |
| 32 | .rewrite_item_blank_error{ |
| 33 | color: red; |
| 34 | display: none; |
| 35 | } |