Ticket #49228: 49228.5.diff
File 49228.5.diff, 866 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/css/widgets.css
48 48 line-height: 1.23076923; 49 49 } 50 50 51 .widgets-holder-wrap .widget-inside label {52 margin: 0.25em 0 0.5em;53 display: inline-block;54 }55 56 51 .widget.widget-dirty .widget-control-close-wrapper { 57 52 display: none; 58 53 } … … 796 791 /* =Media Queries 797 792 -------------------------------------------------------------- */ 798 793 794 @media screen and (max-width: 782px) { 795 .widgets-holder-wrap .widget-inside input[type="checkbox"] + label, 796 .widgets-holder-wrap .widget-inside input[type="radio"] + label { 797 margin: 0.25em 0 0.5em; 798 display: inline-block; 799 } 800 } 801 799 802 @media screen and (max-width: 480px) { 800 803 div.widget-liquid-left { 801 804 width: 100%;