Changeset 2855

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

A quick change to make the sub-menus for create and edit level in the stack with the parent main menu, so we don't get a drop-shadow over the parent.

Files:
1 modified

Legend:

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

    r2851 r2855  
    125125    margin-bottom: 0; 
    126126    top: -5px; 
     127     
     128    z-index: -1; /* Even with the main menu (its parent), so shadows don't get messed up */ 
    127129} 
    128130 
     
    353355    padding: 2px 4px 2px 4px; 
    354356    cursor: pointer; 
    355     -webkit-border-radius: 10px; 
    356     -moz-border-radius: 10px; 
     357    -webkit-border-radius: 9px;     /* Webkit only supports up to 9px at present */ 
     358    -moz-border-radius: 9px; 
    357359    font-size: 10px; 
    358360    background: transparent url('../images/button_gradient.png') repeat-x;