Ticket #15925: 15925.2.patch
| File 15925.2.patch, 689 bytes (added by SergeyBiryukov, 8 months ago) |
|---|
-
wp-admin/css/wp-admin.css
3317 3317 .customlinkdiv div.tabs-panel, 3318 3318 .posttypediv div.tabs-panel, 3319 3319 .taxonomydiv div.tabs-panel { 3320 height: 200px;3320 max-height: 200px; 3321 3321 overflow: auto; 3322 padding: 0 .5em0.9em;3322 padding: 0 0.9em; 3323 3323 border-style: solid; 3324 3324 border-width: 1px; 3325 3325 } 3326 3326 3327 .nav-menus-php .customlinkdiv div.tabs-panel,3328 .nav-menus-php .posttypediv div.tabs-panel,3329 .nav-menus-php .taxonomydiv div.tabs-panel {3330 height: auto;3331 max-height: 205px;3332 }3333 3334 3327 div.tabs-panel-active { 3335 3328 display:block; 3336 3329 }
