Changeset 15041
- Timestamp:
- 03/05/10 13:57:43 (2 years ago)
- Location:
- trunk/Xul_Core/content/scenariCore/widgets/matrix
- Files:
-
- 4 edited
-
img/tab-flags.png (modified) (previous)
-
matrix.xbl.css (modified) (1 diff)
-
matrix.xbl.xml (modified) (1 diff)
-
slotContents.xbl.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.css
r15036 r15041 244 244 slotTabContent .tabLabelFlags{ 245 245 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; 248 248 height: 16px; 249 margin-left:2px; 250 display: none; 249 251 } 250 252 slotTabContent[dirty] .tabLabelFlags{ 251 -moz-image-region: rect(16px, 23px, 32px, 0px); 253 -moz-image-region: rect(16px, 8px, 32px, 0px); 254 display: inline; 252 255 } 253 256 slotTabContent[locked] .tabLabelFlags{ 254 -moz-image-region: rect(32px, 23px, 48px, 0px); 257 -moz-image-region: rect(32px, 8px, 48px, 0px); 258 display: inline; 255 259 } 256 260 slotTabContent[dirty][locked] .tabLabelFlags{ 257 -moz-image-region: rect(48px, 23px, 64px, 0px);261 -moz-image-region: rect(48px, 8px, 64px, 0px); 258 262 } 259 263 /* ======================== closeBtn ======================== */ -
trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.xml
r15036 r15041 18 18 * sylvain.spinelli@kelis.fr 19 19 * 20 * Portions created by the Initial Developer are Copyright (C) 2009 20 * Portions created by the Initial Developer are Copyright (C) 2009-2010 21 21 * the Initial Developer. All Rights Reserved. 22 22 * 23 23 * Contributor(s): 24 * samuel.monsarrat@kelis.fr 24 25 * 25 26 * -
trunk/Xul_Core/content/scenariCore/widgets/matrix/slotContents.xbl.xml
r15033 r15041 18 18 * sylvain.spinelli@kelis.fr 19 19 * 20 * Portions created by the Initial Developer are Copyright (C) 2009 20 * Portions created by the Initial Developer are Copyright (C) 2009-2010 21 21 * the Initial Developer. All Rights Reserved. 22 22 * 23 23 * Contributor(s): 24 * samuel.monsarrat@kelis.fr 24 25 * 25 26 * … … 158 159 <xul:stack> 159 160 <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"/> 164 163 <xul:label class="small-margin tabLabelTxt" xbl:inherits="value=label" minwidth="20" crop="end"/> 165 164 </xul:hbox>
Note: See TracChangeset
for help on using the changeset viewer.