Ticket #34622: ticket_34622.patch
| File ticket_34622.patch, 759 bytes (added by , 10 years ago) |
|---|
-
wp-admin/css/customize-controls.css
288 288 .accordion-sub-container.control-panel-content { 289 289 display: none; 290 290 position: absolute; 291 left: 300px;291 left: 100%; 292 292 top: 0; 293 width: 300px;293 width: 100%; 294 294 -webkit-transition: left ease-in-out .18s; 295 295 transition: left ease-in-out .18s; 296 296 } … … 438 438 439 439 .in-sub-panel #customize-info, 440 440 .in-sub-panel #customize-theme-controls > ul > .accordion-section { 441 left: - 300px;442 width: 300px;441 left: -100%; 442 width: 100%; 443 443 } 444 444 445 445 .in-sub-panel #customize-theme-controls .accordion-section.current-panel {