Changeset 5619

Show
Ignore:
Timestamp:
02/20/08 21:50:48 (9 months ago)
Author:
oku
Message:

3414

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinelz/trunk/src/stylesheets/spinelz/switcher.css

    r3490 r5619  
    88  overflow:            visible; 
    99} 
    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
    1119.switcher_state_open { 
    1220  float:               left; 
     
    1826  overflow:            visible; 
    1927} 
    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
    2144.switcher_switch { 
    2245  cursor:              pointer;