Changeset 6970


Ignore:
Timestamp:
10/20/06 22:04:59 (5 years ago)
Author:
sam
Message:

maj tabs

Location:
trunk/Xul_Cms/content/scenaricms/widgets/sctab
Files:
1 added
2 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Cms/content/scenaricms/widgets/sctab/sctab.css

    r6931 r6970  
    4646sctabhead > .leftImg{ 
    4747        list-style-image: url(chrome://scenaricms/content/widgets/sctab/tabs.png); 
    48         -moz-image-region : rect(0px 15px 30px 0px); 
     48        -moz-image-region : rect(0px 10px 30px 0px); 
     49        z-index: -1; 
    4950} 
    5051sctabhead > .rightImg{ 
    5152        list-style-image: url(chrome://scenaricms/content/widgets/sctab/tabs.png); 
    52         -moz-image-region : rect(0px 30px 30px 15px); 
     53        -moz-image-region : rect(0px 23px 30px 10px); 
     54        z-index: -1; 
    5355} 
    5456sctabhead > vbox{ 
    5557        background-image: url(chrome://scenaricms/content/widgets/sctab/bgtab.png); 
     58        background-repeat: repeat-x; 
    5659} 
    5760sctabhead button{ 
     
    5962        border: none; 
    6063        font-weight:bold; 
    61         margin:0px -5px 0px -6px; 
     64        margin:0px 0px 0px -5px; 
    6265        color: #333333; 
    6366        cursor:pointer; 
     
    8083sctabheadcurrent > .leftImg{ 
    8184        list-style-image: url(chrome://scenaricms/content/widgets/sctab/tabs.png); 
    82         -moz-image-region : rect(0px 40px 30px 25px); 
     85        -moz-image-region : rect(0px 33px 30px 23px); 
     86        z-index: -1; 
    8387} 
    8488sctabheadcurrent > .rightImg{ 
    8589        list-style-image: url(chrome://scenaricms/content/widgets/sctab/tabs.png); 
    86         -moz-image-region : rect(0px 55px 30px 40px); 
     90        -moz-image-region : rect(0px 46px 30px 33px); 
     91        z-index: -1; 
    8792} 
    8893sctabheadcurrent > vbox { 
    8994        background-image: url(chrome://scenaricms/content/widgets/sctab/bgtabsel.png); 
     95        background-repeat: repeat-x; 
    9096} 
    9197sctabheadcurrent button{ 
     
    9399        border: none; 
    94100        font-weight: bold; 
    95         margin:0px -5px 0px -6px; 
     101        margin:0px 0px 0px -5px; 
    96102        color: black !important; 
    97103        background-color: transparent; 
     
    107113scactionbutton > .leftImg{ 
    108114        list-style-image: url(chrome://scenaricms/content/widgets/sctab/actions.png); 
    109         -moz-image-region : rect(0px 15px 30px 0px); 
     115        -moz-image-region : rect(0px 10px 30px 0px); 
    110116} 
    111117scactionbutton > .rightImg{ 
    112118        list-style-image: url(chrome://scenaricms/content/widgets/sctab/actions.png); 
    113         -moz-image-region : rect(0px 30px 30px 15px); 
     119        -moz-image-region : rect(0px 23px 30px 10px); 
    114120} 
    115121scactionbutton > vbox{ 
     
    149155        padding:0px; 
    150156        background-color: transparent; 
    151         list-style-image: url(chrome://scenaricms/content/widgets/sctab/moretabs.png); 
     157        list-style-image: url(chrome://scenaricms/content/widgets/sctab/moreactions.png); 
    152158        -moz-image-region : rect(0px 40px 24px 0px); 
    153159        width: 300px; 
Note: See TracChangeset for help on using the changeset viewer.