Ticket #49228: 49228.3.diff
File 49228.3.diff, 1.2 KB (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 /* Default widgets non-wrapping labels. */ 796 .widgets-holder-wrap .widget-inside label { 797 margin: 0.25em 0 0.5em; 798 display: inline-block; 799 } 800 801 /* 802 * Default widgets now use a non-wrapping label. Custom widgets may still use 803 * a wrapping one. This makes sure the wrapping label of the title inputs always 804 * takes all the available width. Assumes all the title input labels `for` 805 * attributes end with `title`. 806 */ 807 .widgets-holder-wrap .widget-inside label[for$="title"] { 808 display: inline; 809 } 810 } 811 799 812 @media screen and (max-width: 480px) { 800 813 div.widget-liquid-left { 801 814 width: 100%;