Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #25918, comment 12


Ignore:
Timestamp:
12/07/2013 12:17:22 AM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25918, comment 12

    v1 v2  
    11Refreshed 25918.2.patch. Was breaking the responsive mode (782px) menu. Needed another level of specificity to all `.auto-fold #adminmenu` to override the `.locale-*`. Also needed `#adminmenu .wp-submenu { width: auto; }`.
    22
    3 Seems to be working well but still not 100% sure that is wouldn't break something. Was thinking: if this is a part of the localization package, would it be easier to fix bugs and push updates?
     3Seems to be working well but still not 100% sure that it wouldn't break something. Was thinking: if this is a part of the localization package, would it be easier to fix bugs and push updates?