Changeset 2855
- Timestamp:
- 11/24/08 02:24:15 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/admin/css/admin.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/admin/css/admin.css
r2851 r2855 125 125 margin-bottom: 0; 126 126 top: -5px; 127 128 z-index: -1; /* Even with the main menu (its parent), so shadows don't get messed up */ 127 129 } 128 130 … … 353 355 padding: 2px 4px 2px 4px; 354 356 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; 357 359 font-size: 10px; 358 360 background: transparent url('../images/button_gradient.png') repeat-x;
