Ticket #44643: 44643.forms.css.diff
File 44643.forms.css.diff, 1.3 KB (added by , 6 years ago) |
---|
-
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.8; 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.66; 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 } … … 672 672 .form-table td fieldset label, 673 673 .form-table td fieldset p, 674 674 .form-table td fieldset li { 675 line-height: 1.4 em;675 line-height: 1.4; 676 676 } 677 677 678 678 .form-table input.tog, … … 1095 1095 } 1096 1096 1097 1097 .tools-privacy-policy-page span { 1098 line-height: 2 em;1098 line-height: 2; 1099 1099 } 1100 1100 1101 1101 .privacy_requests .column-email { … … 1280 1280 width: 9px; 1281 1281 height: 9px; 1282 1282 margin: 7px; 1283 line-height: 16px;1283 line-height: 0.66; 1284 1284 } 1285 1285 1286 1286 .wp-upload-form input[type="submit"] { … … 1405 1405 .form-table span.description { 1406 1406 display: inline; 1407 1407 padding: 4px 0 0; 1408 line-height: 1.4 em;1408 line-height: 1.4; 1409 1409 font-size: 14px; 1410 1410 } 1411 1411