Changeset 5619
- Timestamp:
- 02/20/08 21:50:48 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinelz/trunk/src/stylesheets/spinelz/switcher.css
r3490 r5619 8 8 overflow: visible; 9 9 } 10 10 .switcher_state_close_active { 11 float: left; 12 background-image: url('../../images/spinelz/switcher_close_active.gif'); 13 background-repeat: no-repeat; 14 height: 16px; 15 width: 16px; 16 background-position: center center; 17 overflow: visible; 18 } 11 19 .switcher_state_open { 12 20 float: left; … … 18 26 overflow: visible; 19 27 } 20 28 .switcher_state_open_active { 29 float: left; 30 background-image: url('../../images/spinelz/switcher_open_active.gif'); 31 background-repeat: no-repeat; 32 height: 16px; 33 width: 16px; 34 background-position: center center; 35 overflow: visible; 36 } 37 .switcher_title { 38 padding: 2px 5px; 39 } 40 .switcher_title_active { 41 padding: 2px 5px; 42 background: #d1d1f1; 43 } 21 44 .switcher_switch { 22 45 cursor: pointer;
