Ticket #46512: 46512.1.diff
File 46512.1.diff, 1.3 KB (added by , 5 years ago) |
---|
-
src/wp-admin/css/forms.css
116 116 input[type="radio"] { 117 117 border-radius: 50%; 118 118 margin-right: 4px; 119 line-height: 10px;119 line-height: 0.71428571; 120 120 } 121 121 122 122 input[type="checkbox"]:checked:before, … … 145 145 width: 6px; 146 146 height: 6px; 147 147 margin: 4px; 148 line-height: 16px;148 line-height: 0.76190476; 149 149 background-color: #1e8cbe; 150 150 } 151 151 … … 310 310 311 311 .wp-admin select { 312 312 padding: 2px; 313 line-height: 2 8px;313 line-height: 2; 314 314 height: 28px; 315 315 vertical-align: middle; 316 316 } … … 689 689 .form-table td fieldset label, 690 690 .form-table td fieldset p, 691 691 .form-table td fieldset li { 692 line-height: 1.4 em;692 line-height: 1.4; 693 693 } 694 694 695 695 .form-table input.tog, … … 1112 1112 } 1113 1113 1114 1114 .tools-privacy-policy-page span { 1115 line-height: 2 em;1115 line-height: 2; 1116 1116 } 1117 1117 1118 1118 .privacy_requests .column-email { … … 1297 1297 width: 9px; 1298 1298 height: 9px; 1299 1299 margin: 7px; 1300 line-height: 16px;1300 line-height: 0.76190476; 1301 1301 } 1302 1302 1303 1303 .wp-upload-form input[type="submit"] { … … 1422 1422 .form-table span.description { 1423 1423 display: inline; 1424 1424 padding: 4px 0 0; 1425 line-height: 1.4 em;1425 line-height: 1.4; 1426 1426 font-size: 14px; 1427 1427 } 1428 1428