Changeset 1434

Show
Ignore:
Timestamp:
06/19/07 10:13:05
Author:
johnsa
Message:

user client: updates to tooltips and action icon box positioning

Files:

Legend:

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

    r1430 r1434  
    320320#bedework .bwActionIconsInGrid { 
    321321  position: absolute; 
    322   z-index: 1; 
    323322  white-space: nowrap; 
    324323  border: 1px solid #333; 
     
    12011200} 
    12021201#bedework div.gridAdd { 
    1203   position: relative; /* required so that the bwActionIcons position correctly */ 
    12041202  display: block; 
    12051203  float: right; 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1433 r1434  
    15221522          </xsl:choose> 
    15231523          <xsl:if test="recurring='true' and recurrenceId = ''"> 
     1524            <xsl:text> </xsl:text> 
    15241525            <em>(recurrence master)</em> 
    15251526          </xsl:if> 
     
    19971998              </xsl:choose> 
    19981999              <xsl:if test="form/recurringEntity='true' and recurrenceId = ''"> 
     2000                <xsl:text> </xsl:text> 
    19992001                <em>(recurrence master)</em> 
    20002002              </xsl:if> 
     
    30463048                </xsl:when> 
    30473049                <xsl:otherwise> 
    3048                   <input name="makeEventIntoMeeting" type="submit" value="invite attendees and recipients"/> 
     3050                  <input name="makeEventIntoMeeting" type="submit" value="make into meeting - invite attendees and recipients"/> 
    30493051                </xsl:otherwise> 
    30503052              </xsl:choose>