[wp-trac] [WordPress Trac] #25858: Integrate MP6 into core

WordPress Trac noreply at wordpress.org
Wed Nov 13 03:00:17 UTC 2013


#25858: Integrate MP6 into core
----------------------------+------------------
 Reporter:  dd32            |       Owner:
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  3.8
Component:  General         |     Version:
 Severity:  normal          |  Resolution:
 Keywords:                  |
----------------------------+------------------

Comment (by dd32):

 > Attachment 25858.6.diff​ added

 Took a look at this, few things that we can change from MP6:
 * We can remove the .rtl rule, that's no longer needed
 * We don't need to go all-out-crazy on the z-indexing as far as I can see,
 this works for me: (collapsing code to limit the comment length)
 {{{
 .sticky-menu #adminmenuwrap {
         position: fixed; top: 32px; left: 0;
         z-index: 2;
 }
 .sticky-menu #wpwrap {
         z-index: 1;
 }
 }}}

 Avoiding crazy z-indexes is something we really need to strive against,
 otherwise we just add something starting at 9000 next time..

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25858#comment:26>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list