Changeset 14998


Ignore:
Timestamp:
03/02/10 12:25:59 (2 years ago)
Author:
sam
Message:

stylage matrix suite

Location:
trunk
Files:
6 edited

Legend:

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

    r14988 r14998  
    7171        min-height:25px; 
    7272} 
    73 hbox[anonid=tabsContainer]{ 
     73hbox[anonid=tabsContainer]:empty{ 
     74    border-bottom: 1px solid ThreeDShadow; 
    7475} 
    7576deck[anonid=slotDeck]{ 
     
    104105        border-bottom: 1px solid ThreeDShadow; 
    105106        border-right: 1px solid ThreeDShadow; 
    106         border-left: 0px; 
     107        border-left: 1px solid transparent; 
    107108        padding: 3px 4px 2px 4px; 
    108109        max-width: -moz-min-content; 
    109110} 
    110111 
    111 slotTab.selectedTab:FIRST-CHILD, 
    112 slotTabContent.selectedTab:FIRST-CHILD{ 
     112slotTab:FIRST-CHILD, 
     113slotTabContent:FIRST-CHILD{ 
    113114        -moz-border-radius-topleft: 3px; 
    114115} 
     
    130131        font-weight: bold; 
    131132} 
     133 
     134slotTab .tabLabel, 
     135slotTabContent .tabLabel{ 
     136        padding-left:0px; 
     137        padding-right:0px; 
     138} 
     139slotTab .tabIcon, 
     140slotTabContent .tabIcon{ 
     141        margin:0px; 
     142        margin-right:0px; 
     143        padding:0px; 
     144} 
     145 
     146 
    132147 
    133148 
  • trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.xml

    r14993 r14998  
    620620                <content align="center"> 
    621621                        <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();"/> 
    626627                </content> 
    627628                <implementation> 
  • trunk/Xul_Core/content/scenariCore/widgets/matrix/slotContents.xbl.xml

    r14986 r14998  
    104104        <binding id="slotTabContent" extends="chrome://scenariCore/content/widgets/matrix/matrix.xbl.xml#slotTab"> 
    105105                <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> 
    108111                <xul:toolbarbutton anonid="closeBtn" oncommand="document.getBindingParent(this).closeTab();"/> 
    109112                </content> 
  • trunk/Xul_Wsp/content/scenariWsp/views/outlineView/outline.css

    r14840 r14998  
    4141 
    4242root{ 
    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; 
    5251        -moz-border-radius-bottomleft: 2px; 
    5352        -moz-border-radius-bottomright: 2px; 
  • trunk/Xul_Wsp/content/scenariWsp/views/treeItemnetView/treeItemnetView.xbl.css

    r14986 r14998  
    4444        -moz-appearance: none;  
    4545        margin:2px; 
     46        padding:2px; 
    4647        border: 0px; 
    47         -moz-border-radius-bottomleft: 2px; 
    48         -moz-border-radius-bottomright: 2px; 
    4948} 
    5049 
  • trunk/Xul_Wsp/content/scenariWsp/views/wspNavView/wspNavView.xbl.css

    r14994 r14998  
    4141 
    4242tree { 
    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; 
    4948} 
    5049 
Note: See TracChangeset for help on using the changeset viewer.