Changeset 137

Show
Ignore:
Timestamp:
02/09/06 20:29:58
Author:
johnsa
Message:

changed graphical titleBar to a textual title bar using css; there's no reason for a graphic here - and the text is just a placeholder. This will make local customization of the admin client that much easier.

removed unused graphic titles

Files:

Legend:

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

    r135 r137  
    1010  margin: 0em; 
    1111  padding:  0.5em 1em 0.5em 1em; 
    12   height: 40px; 
    1312} 
    1413#header a { 
     
    2120} 
    2221#header img { 
    23   padding-top: 0.2em
     22  float: right
    2423  border: 0; 
    2524} 
     
    6564  background-color: #ffe; 
    6665  color: black; 
     66} 
     67#titleBar { 
     68  font-size: 0.7em; 
     69  font-weight: bold; 
     70  letter-spacing: 3px; 
     71  background-color: #ddd; 
     72  color: #666; 
     73  border-top: 1px solid black; 
     74  border-bottom: 2px solid black; 
     75  text-align: center; 
    6776} 
    6877#content { 
  • trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.xsl

    r135 r137  
    24442444          alt="logo" 
    24452445          src="{$resourcesRoot}/resources/bedeworkAdminLogo.gif" 
    2446           align="right" 
    24472446          width="217" 
    24482447          height="40" 
     
    25542553      </tr> 
    25552554    </table> 
    2556     <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
    2557       <tr> 
    2558         <td width="50%"><img alt="" src="{$resourcesRoot}/resources/std-title-space.gif" 
    2559                              width="100%" height="16" border="0"/></td> 
    2560         <td><img src="{$resourcesRoot}/resources/std-title.gif" width="485" height="16" 
    2561                  border="0" 
    2562                  alt="Calendar of Events"/></td> 
    2563         <td width="50%"><img alt="" src="{$resourcesRoot}/resources/std-title-space.gif" 
    2564                              width="100%" height="16" border="0"/></td> 
    2565       </tr> 
    2566     </table> 
     2555    <div id="titleBar"> 
     2556      CALENDAR of EVENTS 
     2557    </div> 
    25672558  </xsl:template> 
    25682559