Changeset 1663
- Timestamp:
- 12/07/07 12:13:10
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.css
r1659 r1663 59 59 text-align: right; 60 60 padding: 0.2em 1em 0.2em 0em; 61 white-space: nowrap; 61 62 } 62 63 #statusBarTable td.leftCell { 63 64 text-align: left; 64 65 padding: 0.2em 0em 0.2em 1em; 66 white-space: nowrap; 65 67 } 66 68 #statusBarTable span.status { … … 69 71 #statusBarTable a:link, 70 72 #statusBarTable a:active, 71 #statusBarTable a:visited { 73 #statusBarTable a:visited, 74 #statusBarTable a:hover { 75 margin-right: 1em; 72 76 text-decoration : none; 73 77 color: #eee; trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1659 r1663 482 482 <tr> 483 483 <td class="leftCell"> 484 <a href="{$setup}">Home</a> |485 <a href="{$publicCal}" target="calendar">Launch Calendar</a> |484 <a href="{$setup}">Home</a> 485 <a href="{$publicCal}" target="calendar">Launch Calendar</a> 486 486 <a href="{$logout}" id="bwLogoutButton">Log Out</a> 487 487 </td>
