Ticket #20585: 20585.4.patch
| File 20585.4.patch, 1.3 KB (added by ocean90, 12 months ago) |
|---|
-
wp-includes/css/customize-controls-rtl.dev.css
3 3 left: 20px; 4 4 } 5 5 6 #customize-footer-actions img { 7 margin-left: 0; 8 margin-right: 4px; 6 #customize-header-actions .button-primary { 7 float: left; 9 8 } 10 9 10 #customize-header-actions img { 11 float: left; 12 margin-right: 0; 13 margin-left: 4px; 14 } 15 11 16 .customize-control { 12 17 float: right; 13 18 } -
wp-admin/css/wp-admin-rtl.dev.css
1572 1572 .wp-full-overlay-sidebar:after { 1573 1573 right: auto; 1574 1574 left: 0; 1575 box-shadow: inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1);1575 box-shadow: inset 5px 0 4px -4px rgba(0, 0, 0, 0.1); 1576 1576 } 1577 1577 1578 1578 .wp-full-overlay-main { … … 1628 1628 /*------------------------------------------------------------------------------ 1629 1629 27.0 - Customize Loader 1630 1630 ------------------------------------------------------------------------------*/ 1631 .install-theme-info .theme-version,1632 1631 .install-theme-info .theme-install { 1633 1632 float: left; 1634 1633 }
