Changeset 219

Show
Ignore:
Timestamp:
02/27/06 13:37:12
Author:
johnsa
Message:

added sidebar open-close icon in preparation for adding this functionality to the personal client

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css

    r202 r219  
    118118  padding: 0; 
    119119} 
    120 #bodyBlock td#leftMenus
    121   width: 200px;   
     120#bodyBlock td#sideBar
     121  width: 200px; 
    122122  border-left: 2px solid #333; 
    123123  border-right: 3px groove #ddd; 
     
    126126  padding: 0; 
    127127} 
    128 #bodyBlock td#leftMenus #leftTabs { 
     128#sideBarOpenCloseIcon { 
     129  position: absolute; 
     130  padding-top: 3px; 
     131
     132#bodyBlock td#sideBar #sideBarTabs { 
    129133  width: 200px; 
    130   height: 24px;  
     134  height: 24px; 
    131135  margin: 0; 
    132136  padding: 0; 
     
    134138  background-color: #ddd; 
    135139} 
    136 #bodyBlock td#leftMenus #leftTabs td { 
     140#bodyBlock td#sideBar #sideBarTabs td { 
    137141  font-size: 12px; 
    138142  padding: 0 0.5em; 
     
    143147  border-left: 1px solid #333; 
    144148} 
    145 #bodyBlock td#leftMenus #leftTabs td.first {   
     149#bodyBlock td#sideBar #sideBarTabs td.first { 
    146150  border-left: none; 
    147151} 
    148 #bodyBlock td#leftMenus #leftTabs td.selected {   
     152#bodyBlock td#sideBar #sideBarTabs td.selected { 
    149153  color: black; 
    150154  background-color: white; 
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r208 r219  
    9292        <table id="bodyBlock" cellspacing="0"> 
    9393          <tr> 
    94             <td id="leftMenus"> 
    95               <xsl:call-template name="leftMenus"/> 
     94            <td id="sideBar"> 
     95              <xsl:call-template name="sideBar"/> 
    9696            </td> 
    9797            <td id="bodyContent"> 
     
    220220    </table> 
    221221    <div id="curDateRange"> 
     222      <div id="sideBarOpenCloseIcon"> 
     223        <img alt="" src="{$resourcesRoot}/images/demo/std-sidebarclose-icon.gif" width="13" height="13" border="0" align="left"/> 
     224      </div> 
    222225      <xsl:value-of select="/bedework/firstday/longdate"/> 
    223226      <xsl:if test="/bedework/periodname!='Day'"> 
     
    228231  </xsl:template> 
    229232 
    230   <xsl:template name="leftMenus"> 
    231     <table id="leftTabs" cellspacing="0"> 
     233  <xsl:template name="sideBar"> 
     234    <table id="sideBarTabs" cellspacing="0"> 
    232235      <tr> 
    233236        <td class="selected first">Main</td>