Changeset 137
- Timestamp:
- 02/09/06 20:29:58
- Files:
-
- trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.css (modified) (3 diffs)
- trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (2 diffs)
- trunk/calendar3/deployment/webadmin/webapp/resources/resources/std-title-left.gif (deleted)
- trunk/calendar3/deployment/webadmin/webapp/resources/resources/std-title-right.gif (deleted)
- trunk/calendar3/deployment/webadmin/webapp/resources/resources/std-title-space.gif (deleted)
- trunk/calendar3/deployment/webadmin/webapp/resources/resources/std-title.gif (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.css
r135 r137 10 10 margin: 0em; 11 11 padding: 0.5em 1em 0.5em 1em; 12 height: 40px;13 12 } 14 13 #header a { … … 21 20 } 22 21 #header img { 23 padding-top: 0.2em;22 float: right; 24 23 border: 0; 25 24 } … … 65 64 background-color: #ffe; 66 65 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; 67 76 } 68 77 #content { trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.xsl
r135 r137 2444 2444 alt="logo" 2445 2445 src="{$resourcesRoot}/resources/bedeworkAdminLogo.gif" 2446 align="right"2447 2446 width="217" 2448 2447 height="40" … … 2554 2553 </tr> 2555 2554 </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> 2567 2558 </xsl:template> 2568 2559
