Changeset 382

Show
Ignore:
Timestamp:
04/19/06 10:22:36
Author:
johnsa
Message:

added key to free / busy display

Files:

Legend:

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

    r381 r382  
    971971  font-weight: bold; 
    972972} 
    973 #freeBusy td.free { 
     973#freeBusy td.free, 
     974#freeBusyKey td.free { 
    974975  color: #A3BAEA; 
    975976  background-color: #A3BAEA; 
    976977} 
    977 #freeBusy td.busy { 
    978   color: #eee; 
    979   background-color: #eee; 
     978#freeBusy td.busy, 
     979#freeBusyKey td.busy { 
     980  color: #ddd; 
     981  background-color: #ddd; 
     982
     983#freeBusyKey { 
     984  margin: 0.5em auto 1em auto; 
     985
     986#freeBusyKey td { 
     987  padding: 5px; 
    980988} 
    981989#freeBusy td.free a { 
     
    987995} 
    988996#freeBusy td.busy a { 
    989   color: #eee
     997  color: #ddd
    990998  background-color: transparent; 
    991999  display: block; 
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r381 r382  
    19631963      </xsl:for-each> 
    19641964    </table> 
     1965 
     1966    <table id="freeBusyKey"> 
     1967      <tr> 
     1968        <td class="free">*</td> 
     1969        <td>free</td> 
     1970        <td>&#160;</td> 
     1971        <td class="busy">*</td> 
     1972        <td>busy</td> 
     1973      </tr> 
     1974    </table> 
    19651975  </xsl:template> 
    19661976