Changeset 15041


Ignore:
Timestamp:
03/05/10 13:57:43 (2 years ago)
Author:
sam
Message:

contentTab flags à droite de l'icône

Location:
trunk/Xul_Core/content/scenariCore/widgets/matrix
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.css

    r15036 r15041  
    244244slotTabContent .tabLabelFlags{ 
    245245        list-style-image: url("chrome://scenariCore/content/widgets/matrix/img/tab-flags.png"); 
    246         -moz-image-region: rect(0px, 23px, 16px, 0px); 
    247         width: 23px; 
     246        -moz-image-region: rect(0px, 8px, 16px, 0px); 
     247        width: 8px; 
    248248        height: 16px; 
     249        margin-left:2px; 
     250        display: none; 
    249251} 
    250252slotTabContent[dirty] .tabLabelFlags{ 
    251         -moz-image-region: rect(16px, 23px, 32px, 0px); 
     253        -moz-image-region: rect(16px, 8px, 32px, 0px); 
     254        display: inline; 
    252255} 
    253256slotTabContent[locked] .tabLabelFlags{ 
    254         -moz-image-region: rect(32px, 23px, 48px, 0px); 
     257        -moz-image-region: rect(32px, 8px, 48px, 0px); 
     258        display: inline; 
    255259} 
    256260slotTabContent[dirty][locked] .tabLabelFlags{ 
    257         -moz-image-region: rect(48px, 23px, 64px, 0px); 
     261        -moz-image-region: rect(48px, 8px, 64px, 0px); 
    258262} 
    259263/* ======================== closeBtn ======================== */  
  • trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.xml

    r15036 r15041  
    1818 * sylvain.spinelli@kelis.fr  
    1919 *  
    20  * Portions created by the Initial Developer are Copyright (C) 2009 
     20 * Portions created by the Initial Developer are Copyright (C) 2009-2010 
    2121 * the Initial Developer. All Rights Reserved.  
    2222 *  
    2323 * Contributor(s):  
     24 * samuel.monsarrat@kelis.fr  
    2425 *  
    2526 *  
  • trunk/Xul_Core/content/scenariCore/widgets/matrix/slotContents.xbl.xml

    r15033 r15041  
    1818 * sylvain.spinelli@kelis.fr  
    1919 *  
    20  * Portions created by the Initial Developer are Copyright (C) 2009 
     20 * Portions created by the Initial Developer are Copyright (C) 2009-2010 
    2121 * the Initial Developer. All Rights Reserved.  
    2222 *  
    2323 * Contributor(s):  
     24 * samuel.monsarrat@kelis.fr  
    2425 *  
    2526 *  
     
    158159                                        <xul:stack> 
    159160                                                <xul:hbox anonid="tabLabel" class="tabLabel" align="center"> 
    160                                                         <xul:stack> 
    161                                         <xul:image class="tabLabelIco" xbl:inherits="src=image"/> 
    162                                         <xul:image class="tabLabelFlags"/> 
    163                                                         </xul:stack> 
     161                                <xul:image class="tabLabelIco" xbl:inherits="src=image"/> 
     162                                <xul:image class="tabLabelFlags"/> 
    164163                                        <xul:label class="small-margin tabLabelTxt" xbl:inherits="value=label" minwidth="20" crop="end"/> 
    165164                                                </xul:hbox> 
Note: See TracChangeset for help on using the changeset viewer.