Changeset 132

Show
Ignore:
Timestamp:
02/09/06 15:59:10
Author:
johnsa
Message:

some color changes (darkened some links)

Files:

Legend:

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

    r118 r132  
    105105} 
    106106#searchBarTable .leftCell a { 
    107   color: #999
     107  color: #888
    108108  background-color: transparent; 
    109109} 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl

    r129 r132  
    485485                <xsl:choose> 
    486486                  <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 
    487                     <img src="{$resourcesRoot}/images/std-button-summary-off.gif" width="67" height="21" border="0" alt="only summaries of events supported in this view"/> 
     487                    <img src="{$resourcesRoot}/images/std-button-summary-off.gif" width="62" height="21" border="0" alt="only summaries of events supported in this view"/> 
    488488                  </xsl:when> 
    489489                  <xsl:otherwise> 
    490                     <img src="{$resourcesRoot}/images/std-button-details-off.gif" width="67" height="21" border="0" alt="only summaries of events supported in this view"/> 
     490                    <img src="{$resourcesRoot}/images/std-button-details-off.gif" width="62" height="21" border="0" alt="only summaries of events supported in this view"/> 
    491491                  </xsl:otherwise> 
    492492                </xsl:choose> 
     
    496496                  <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 
    497497                    <a href="{$setup}?setappvar=summaryMode(summary)" title="toggle summary/detailed view"> 
    498                       <img src="{$resourcesRoot}/images/std-button-summary.gif" width="67" height="21" border="0" alt="toggle summary/detailed view"/> 
     498                      <img src="{$resourcesRoot}/images/std-button-summary.gif" width="62" height="21" border="0" alt="toggle summary/detailed view"/> 
    499499                    </a> 
    500500                  </xsl:when> 
    501501                  <xsl:otherwise> 
    502502                    <a href="{$setup}?setappvar=summaryMode(details)" title="toggle summary/detailed view"> 
    503                       <img src="{$resourcesRoot}/images/std-button-details.gif" width="67" height="21" border="0" alt="toggle summary/detailed view"/> 
     503                      <img src="{$resourcesRoot}/images/std-button-details.gif" width="62" height="21" border="0" alt="toggle summary/detailed view"/> 
    504504                    </a> 
    505505                  </xsl:otherwise> 
     
    507507              </xsl:otherwise> 
    508508            </xsl:choose> 
    509             <a href="setup.do"><img src="{$resourcesRoot}/images/std-button-refresh.gif" width="69" height="21" border="0" alt="refresh view"/></a> 
     509            <a href="setup.do"><img src="{$resourcesRoot}/images/std-button-refresh.gif" width="70" height="21" border="0" alt="refresh view"/></a> 
    510510          </td> 
    511511       </tr> 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/green.css

    r118 r132  
    105105} 
    106106#searchBarTable .leftCell a { 
    107   color: #999
     107  color: #888
    108108  background-color: transparent; 
    109109} 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/red.css

    r118 r132  
    105105} 
    106106#searchBarTable .leftCell a { 
    107   color: #999
     107  color: #888
    108108  background-color: transparent; 
    109109} 
  • trunk/calendar3/skins/webpublic/rensselaer/default/default/default.xsl

    r129 r132  
    442442                <xsl:choose> 
    443443                  <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 
    444                     <img src="{$resourcesRoot}/images/std-button-summary-off.gif" width="67" height="21" border="0" alt="only summaries of events supported in this view"/> 
     444                    <img src="{$resourcesRoot}/images/std-button-summary-off.gif" width="62" height="21" border="0" alt="only summaries of events supported in this view"/> 
    445445                  </xsl:when> 
    446446                  <xsl:otherwise> 
    447                     <img src="{$resourcesRoot}/images/std-button-details-off.gif" width="67" height="21" border="0" alt="only summaries of events supported in this view"/> 
     447                    <img src="{$resourcesRoot}/images/std-button-details-off.gif" width="62" height="21" border="0" alt="only summaries of events supported in this view"/> 
    448448                  </xsl:otherwise> 
    449449                </xsl:choose> 
     
    453453                  <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 
    454454                    <a href="{$setup}?setappvar=summaryMode(summary)" title="toggle summary/detailed view"> 
    455                       <img src="{$resourcesRoot}/images/std-button-summary.gif" width="67" height="21" border="0" alt="toggle summary/detailed view"/> 
     455                      <img src="{$resourcesRoot}/images/std-button-summary.gif" width="62" height="21" border="0" alt="toggle summary/detailed view"/> 
    456456                    </a> 
    457457                  </xsl:when> 
    458458                  <xsl:otherwise> 
    459459                    <a href="{$setup}?setappvar=summaryMode(details)" title="toggle summary/detailed view"> 
    460                       <img src="{$resourcesRoot}/images/std-button-details.gif" width="67" height="21" border="0" alt="toggle summary/detailed view"/> 
     460                      <img src="{$resourcesRoot}/images/std-button-details.gif" width="62" height="21" border="0" alt="toggle summary/detailed view"/> 
    461461                    </a> 
    462462                  </xsl:otherwise> 
     
    464464              </xsl:otherwise> 
    465465            </xsl:choose> 
    466             <a href="setup.do"><img src="{$resourcesRoot}/images/std-button-refresh.gif" width="69" height="21" border="0" alt="refresh view"/></a> 
     466            <a href="setup.do"><img src="{$resourcesRoot}/images/std-button-refresh.gif" width="70" height="21" border="0" alt="refresh view"/></a> 
    467467          </td> 
    468468       </tr> 
  • trunk/calendar3/skins/webpublic/rensselaer/default/default/rensselaer.css

    r118 r132  
    111111} 
    112112#searchBarTable .leftCell a { 
    113   color: #999
     113  color: #888
    114114  background-color: transparent; 
    115115}