Ticket #15464: 15464_better_width.patch

File 15464_better_width.patch, 622 bytes (added by batmoo, 3 years ago)

Uses a percentage width for the inputs to give them an even snugger fit

  • wp-admin/css/nav-menu.dev.css

     
    260260.howto span { margin-top: 4px; display: block; float: left; } 
    261261 
    262262/* Menu item types */ 
    263 .quick-search { width: 190px; } 
     263.quick-search { width: 99%; } 
    264264.list-wrap { display: none; clear: both; margin-bottom: 10px; } 
    265265.list-container { max-height: 200px; overflow-y: auto; padding: 10px 10px 5px; border: 1px solid #DFDFDF; -moz-border-radius: 4px; } 
    266266.postbox p.submit { margin-bottom: 0; }