Changeset 2856

Show
Ignore:
Timestamp:
11/24/08 03:03:10 (7 weeks ago)
Author:
chrismeller
Message:

Makes sure that the Close <button> on plugin config panes gets the same pretty treatment as the rest of the admin buttons.

We *really* need to clean up some of our admin CSS and abstract stuff like this out to a more global position.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/admin/css/admin.css

    r2855 r2856  
    352352} 
    353353 
    354 #page input[type="button"], #page input[type="submit"] { 
     354#page input[type="button"], #page input[type="submit"], #page button { 
    355355    padding: 2px 4px 2px 4px; 
    356356    cursor: pointer; 
     
    362362} 
    363363 
    364 #page input[type="button"]:hover, #page input[type="submit"]:hover { 
     364#page input[type="button"]:hover, #page input[type="submit"]:hover, #page button:hover { 
    365365    background: url('../images/button_gradient_hover.png') repeat-x; 
    366366    border: 1px solid #555; 
     
    506506/*-- FORM BUTTONS  */ 
    507507 
    508 .button, #save input { 
     508.button, #save input, button { 
    509509    min-width: 110px; 
    510510    margin-left: 10px;