| 1234567891011121314151617181920 |
- .collapsible {
- width: 6px;
- }
- .collapsible a.collapsed {
- margin: 2px;
- display: block;
- width: 15px;
- height: 15px;
- background: url('../../images/tablesorter_expand.png') no-repeat 3px 3px;
- outline: 0;
- }
- .collapsible a.expanded {
- margin: 2px;
- display: block;
- width: 15px;
- height: 15px;
- background: url('../../images/tablesorter_expand.png') no-repeat -24px 3px;
- outline: 0;
- }
|