Changeset 2759

Show
Ignore:
Timestamp:
07/11/08 03:13:59 (5 months ago)
Author:
bsmith
Message:

bugzid:80461 - fixes for edge case of really long blog names in app

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-41/mt-static/css/structure.css

    r2736 r2759  
    324324    text-decoration: none; 
    325325    white-space: nowrap; 
     326    overflow: hidden; 
    326327} 
    327328 
     
    359360    background: #fff url('../images/blog-selector-control.gif') repeat-x left bottom; 
    360361    margin-left: 1px; 
     362    max-width: 500px; 
     363    overflow: hidden; 
    361364} 
    362365#blog-selector-control.show-nav #current-blog-title {