Ticket #60851: 60851.4.diff
File 60851.4.diff, 1.2 KB (added by , 11 months ago) |
---|
-
src/wp-admin/css/l10n.css
66 66 .locale-de-de-formal #customize-header-actions .spinner { 67 67 margin: 16px 3px 0; /* default 16px 4px 0 5px */ 68 68 } 69 body[class*="locale-de-"] .inline-edit-row fieldset label span.title { 69 body[class*="locale-de-"] .inline-edit-row fieldset label span.title, 70 body[class*="locale-de-"] .inline-edit-row fieldset.inline-edit-date legend { 70 71 width: 7em; /* default 6em */ 71 72 } 72 body[class*="locale-de-"] .inline-edit-row fieldset label span.title{ 73 body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap, 74 body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap { 73 75 margin-left: 7em; /* default 6em */ 74 76 } 75 77 … … 117 119 } 118 120 119 121 @media screen and (max-width: 782px) { 122 body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap, 123 body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap, 120 124 .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap, 121 125 .locale-ru-ru .inline-edit-row fieldset .timestamp-wrap, 122 126 .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,