Changeset 1663

Show
Ignore:
Timestamp:
12/07/07 12:13:10
Author:
johnsa
Message:

admin client: minor tweaks to UI; correct icon image size

Files:

Legend:

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

    r1659 r1663  
    5959  text-align: right; 
    6060  padding: 0.2em 1em 0.2em 0em; 
     61  white-space: nowrap; 
    6162} 
    6263#statusBarTable td.leftCell { 
    6364  text-align: left; 
    6465  padding: 0.2em 0em 0.2em 1em; 
     66  white-space: nowrap; 
    6567} 
    6668#statusBarTable span.status { 
     
    6971#statusBarTable a:link, 
    7072#statusBarTable a:active, 
    71 #statusBarTable a:visited { 
     73#statusBarTable a:visited, 
     74#statusBarTable a:hover { 
     75  margin-right: 1em; 
    7276  text-decoration : none; 
    7377  color: #eee; 
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r1659 r1663  
    482482      <tr> 
    483483        <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> 
    486486          <a href="{$logout}" id="bwLogoutButton">Log Out</a> 
    487487        </td>