Changeset 24753
- Timestamp:
- 07/19/2013 03:47:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin.css
r24751 r24753 1459 1459 #adminmenu .wp-has-current-submenu.opensub .wp-submenu { 1460 1460 position: relative; 1461 z-index: 2;1461 z-index: 3; 1462 1462 top: auto; 1463 1463 left: auto; … … 3532 3532 margin: 0 auto; 3533 3533 height: 0.8em; 3534 z-index: 2;3535 3534 top: 7px; 3536 3535 width: 100%; … … 3545 3544 height: 100%; 3546 3545 float: left; 3547 z-index: 3;3548 3546 border-style: solid; 3549 3547 border-width: 0 1px 0 0; … … 3633 3631 .revisions-next { 3634 3632 position: relative; 3635 z-index: 4;3633 z-index: 1; 3636 3634 } 3637 3635 … … 3744 3742 margin-left: -70px; 3745 3743 line-height: 28px; 3746 z-index: 9999;3744 z-index: 1; 3747 3745 max-width: 350px; 3748 3746 min-width: 130px; … … 3858 3856 .wp-slider .ui-slider-range { 3859 3857 position: absolute; 3860 z-index: 1;3861 3858 font-size: .7em; 3862 3859 display: block; … … 3868 3865 .wp-slider.ui-slider-horizontal { 3869 3866 height: .8em; 3870 z-index: 10001;3871 3867 } 3872 3868
Note: See TracChangeset
for help on using the changeset viewer.