Ticket #32797: 32797.patch
File 32797.patch, 1.8 KB (added by , 8 years ago) |
---|
-
src/wp-admin/css/common.css
746 746 color: #b4b9be; 747 747 content: '\f153'; 748 748 display: block; 749 font: normal 16px/ 1'dashicons';749 font: normal 16px/20px 'dashicons'; 750 750 speak: none; 751 height: 16px;751 height: 20px; 752 752 text-align: center; 753 753 width: 20px; 754 754 -webkit-font-smoothing: antialiased; … … 761 761 762 762 .tagchecklist span a:before, 763 763 #bulk-titles div a:before { 764 margin: 2px 0;764 margin: 1px 0; 765 765 } 766 766 767 767 .welcome-panel .welcome-panel-close:hover:before, … … 1310 1310 cursor: pointer; 1311 1311 } 1312 1312 1313 .notice-dismiss:before {1314 position: relative;1315 top: 0;1316 left: 0;1317 line-height: 20px;1318 }1319 1320 1313 .notice-dismiss:hover:before, 1321 1314 .notice-dismiss:active:before, 1322 1315 .notice-dismiss:focus:before { … … 1327 1320 outline: none; 1328 1321 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); 1329 1322 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); 1330 color: #c00;1331 1323 } 1332 1324 1333 1325 .ie8 .notice-dismiss:focus { -
src/wp-admin/css/dashboard.css
156 156 157 157 .welcome-panel .welcome-panel-close:before { 158 158 position: absolute; 159 top: 10px;159 top: 8px; 160 160 left: 0; 161 161 -webkit-transition: all .1s ease-in-out; 162 162 transition: all .1s ease-in-out; -
src/wp-admin/css/edit.css
1443 1443 1444 1444 .tagchecklist span { 1445 1445 font-size: 16px; 1446 line-height: 1 20%;1446 line-height: 1.4; 1447 1447 } 1448 1448 1449 1449 /* Discussion */