Changeset 14998
- Timestamp:
- 03/02/10 12:25:59 (2 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.css (modified) (3 diffs)
-
Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.xml (modified) (1 diff)
-
Xul_Core/content/scenariCore/widgets/matrix/slotContents.xbl.xml (modified) (1 diff)
-
Xul_Wsp/content/scenariWsp/views/outlineView/outline.css (modified) (1 diff)
-
Xul_Wsp/content/scenariWsp/views/treeItemnetView/treeItemnetView.xbl.css (modified) (1 diff)
-
Xul_Wsp/content/scenariWsp/views/wspNavView/wspNavView.xbl.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.css
r14988 r14998 71 71 min-height:25px; 72 72 } 73 hbox[anonid=tabsContainer]{ 73 hbox[anonid=tabsContainer]:empty{ 74 border-bottom: 1px solid ThreeDShadow; 74 75 } 75 76 deck[anonid=slotDeck]{ … … 104 105 border-bottom: 1px solid ThreeDShadow; 105 106 border-right: 1px solid ThreeDShadow; 106 border-left: 0px;107 border-left: 1px solid transparent; 107 108 padding: 3px 4px 2px 4px; 108 109 max-width: -moz-min-content; 109 110 } 110 111 111 slotTab .selectedTab:FIRST-CHILD,112 slotTabContent .selectedTab:FIRST-CHILD{112 slotTab:FIRST-CHILD, 113 slotTabContent:FIRST-CHILD{ 113 114 -moz-border-radius-topleft: 3px; 114 115 } … … 130 131 font-weight: bold; 131 132 } 133 134 slotTab .tabLabel, 135 slotTabContent .tabLabel{ 136 padding-left:0px; 137 padding-right:0px; 138 } 139 slotTab .tabIcon, 140 slotTabContent .tabIcon{ 141 margin:0px; 142 margin-right:0px; 143 padding:0px; 144 } 145 146 132 147 133 148 -
trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.xml
r14993 r14998 620 620 <content align="center"> 621 621 <children> 622 <xul:image xbl:inherits="src=image"/> 623 <xul:label xbl:inherits="value=label"/> 624 </children> 625 <xul:toolbarbutton anonid="closeBtn" hidden="true" xbl:inherits="hidden=notClosable" oncommand="document.getBindingParent(this).closeTab();"/> 622 <xul:image class="tabIcon" xbl:inherits="src=image"/> 623 <xul:label class="tabLabel small-margin" xbl:inherits="value=label"/> 624 <xul:spacer flex="1"/> 625 </children> 626 <xul:toolbarbutton anonid="closeBtn" hidden="true" xbl:inherits="hidden=notClosable" oncommand="document.getBindingParent(this).closeTab();"/> 626 627 </content> 627 628 <implementation> -
trunk/Xul_Core/content/scenariCore/widgets/matrix/slotContents.xbl.xml
r14986 r14998 104 104 <binding id="slotTabContent" extends="chrome://scenariCore/content/widgets/matrix/matrix.xbl.xml#slotTab"> 105 105 <content align="center" flex="1"> 106 <xul:image xbl:inherits="src=image"/> 107 <xul:label xbl:inherits="value=label" flex="1" minwidth="20" crop="end"/> 106 <children> 107 <xul:image class="tabIcon" xbl:inherits="src=image"/> 108 <xul:label class="tabLabel small-margin" xbl:inherits="value=label" minwidth="20" crop="end"/> 109 <xul:spacer flex="1" style="background-color: green;"/> 110 </children> 108 111 <xul:toolbarbutton anonid="closeBtn" oncommand="document.getBindingParent(this).closeTab();"/> 109 112 </content> -
trunk/Xul_Wsp/content/scenariWsp/views/outlineView/outline.css
r14840 r14998 41 41 42 42 root{ 43 -moz-box-orient:vertical; 44 -moz-box-flex:1; 45 overflow:auto; 46 margin: 0px; 47 padding: 2px; 48 border: 0px; 49 border-top: 1px solid ThreeDShadow; 50 background-color: -moz-Field; 51 color: -moz-FieldText; 43 -moz-box-orient:vertical; 44 -moz-box-flex:1; 45 overflow:auto; 46 margin: 0px; 47 padding: 2px; 48 border: 0px; 49 background-color: -moz-Field; 50 color: -moz-FieldText; 52 51 -moz-border-radius-bottomleft: 2px; 53 52 -moz-border-radius-bottomright: 2px; -
trunk/Xul_Wsp/content/scenariWsp/views/treeItemnetView/treeItemnetView.xbl.css
r14986 r14998 44 44 -moz-appearance: none; 45 45 margin:2px; 46 padding:2px; 46 47 border: 0px; 47 -moz-border-radius-bottomleft: 2px;48 -moz-border-radius-bottomright: 2px;49 48 } 50 49 -
trunk/Xul_Wsp/content/scenariWsp/views/wspNavView/wspNavView.xbl.css
r14994 r14998 41 41 42 42 tree { 43 min-height: 30px; 44 -moz-appearance: none; 45 margin:2px; 46 border: 0px; 47 -moz-border-radius-bottomleft: 2px; 48 -moz-border-radius-bottomright: 2px; 43 min-height: 30px; 44 -moz-appearance: none; 45 margin:2px; 46 padding:2px; 47 border: 0px; 49 48 } 50 49
Note: See TracChangeset
for help on using the changeset viewer.