Changeset 4919

Show
Ignore:
Timestamp:
10/29/09 06:40:33 (4 weeks ago)
Author:
kaminogoya
Message:

Modified so that the text of the plugin status button did not protrude. BugzID #102930

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/mt-static/css/structure.css

    r4843 r4919  
    34853485    top: 10px; 
    34863486    right: 10px; 
     3487    font-size: 11px; 
    34873488} 
    34883489#list-plugins .plugin-status a.button { 
    3489     width: 3.5em; 
    3490     margin-top: -3px; 
     3490    display: inline-block; 
     3491    margin: -3px 0 0 5px; 
    34913492    text-align: center; 
    34923493}