Make WordPress Core

Ticket #26360: 23630-2.diff

File 23630-2.diff, 565 bytes (added by iammattthomas, 12 years ago)

Resize both the checkbox input and the checked icon itself.

  • src/wp-admin/css/wp-admin.css

     
    1288612886                padding: 7px 12px;
    1288712887        }
    1288812888
     12889        .interim-login input[type=checkbox],
    1288912890        .press-this input[type=checkbox],
    1289012891        .press-this input[type=radio] {
    1289112892                height: 16px;
    1289212893                width: 16px;
    1289312894        }
    1289412895
     12896        .interim-login input[type=checkbox]:checked:before,
    1289512897        .press-this input[type=checkbox]:checked:before {
    1289612898                width: 16px;
    1289712899                font: normal 21px/1 'dashicons';