Ticket #22238: 22238.4.diff
| File 22238.4.diff, 12.5 KB (added by lessbloat, 6 months ago) |
|---|
-
wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css
412 412 text-align: left; 413 413 } 414 414 415 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 415 /** 416 * Retina display 2x icons 417 */ 418 @media print, 419 (-o-min-device-pixel-ratio: 5/4), 420 (-webkit-min-device-pixel-ratio: 1.25), 421 (min-resolution: 120dpi) { 416 422 .image-align-none-label { 417 423 background: url(../../../../../../wp-admin/images/align-none-2x.png) no-repeat center left; 418 424 background-size: auto 15px; -
wp-includes/js/thickbox/thickbox.css
167 167 width: 15px; 168 168 } 169 169 170 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 170 @media print, 171 (-o-min-device-pixel-ratio: 5/4), 172 (-webkit-min-device-pixel-ratio: 1.25), 173 (min-resolution: 120dpi) { 171 174 .tb-close-icon { 172 175 background: url('tb-close-2x.png') no-repeat; 173 176 background-size: 15px; -
wp-includes/css/admin-bar.css
406 406 display: inline-block; 407 407 } 408 408 409 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {410 #wpadminbar .quicklinks li div.blavatar {411 background: url('../images/wpmini-blue-2x.png') no-repeat;412 background-size: 16px 16px;413 }414 }415 416 409 /** 417 410 * Search 418 411 */ … … 600 593 /** 601 594 * Retina display 2x icons 602 595 */ 603 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 596 @media print, 597 (-o-min-device-pixel-ratio: 5/4), 598 (-webkit-min-device-pixel-ratio: 1.25), 599 (min-resolution: 120dpi) { 604 600 #wpadminbar .menupop .menupop > .ab-item, 605 601 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item, 606 602 #wpadminbar #adminbarsearch .adminbar-input, … … 611 607 background-image: url(../images/admin-bar-sprite-2x.png?d=20120830); 612 608 background-size: 20px 220px; 613 609 } 610 611 #wpadminbar .quicklinks li div.blavatar { 612 background: url('../images/wpmini-blue-2x.png') no-repeat; 613 background-size: 16px 16px; 614 } 614 615 } 615 616 616 617 /* Skip link */ -
wp-includes/css/wp-pointer.css
189 189 /** 190 190 * HiDPI Displays 191 191 */ 192 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 192 @media print, 193 (-o-min-device-pixel-ratio: 5/4), 194 (-webkit-min-device-pixel-ratio: 1.25), 195 (min-resolution: 120dpi) { 193 196 194 197 .wp-pointer-buttons a.close:before { 195 198 background-image: url('../images/xit-2x.gif'); -
wp-includes/css/editor.css
2027 2027 2028 2028 2029 2029 /* HiDPI */ 2030 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 2030 @media print, 2031 (-o-min-device-pixel-ratio: 5/4), 2032 (-webkit-min-device-pixel-ratio: 1.25), 2033 (min-resolution: 120dpi) { 2031 2034 .wp_themeSkin span.mce_undo, 2032 2035 .wp_themeSkin span.mce_redo, 2033 2036 .wp_themeSkin span.mce_bullist, -
wp-admin/css/colors-fresh.css
1893 1893 /** 1894 1894 * HiDPI Displays 1895 1895 */ 1896 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 1896 @media print, 1897 (-o-min-device-pixel-ratio: 5/4), 1898 (-webkit-min-device-pixel-ratio: 1.25), 1899 (min-resolution: 120dpi) { 1897 1900 1898 1901 .curtime #timestamp { 1899 1902 background-image: url("../images/date-button-2x.gif?ver=20120916"); -
wp-admin/css/install.css
74 74 overflow: hidden; 75 75 display: block; 76 76 } 77 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 77 @media print, 78 (-o-min-device-pixel-ratio: 5/4), 79 (-webkit-min-device-pixel-ratio: 1.25), 80 (min-resolution: 120dpi) { 78 81 #logo a { 79 82 background-image: url('../images/wordpress-logo-2x.png?ver=20120412'); 80 83 background-size: 274px 63px; -
wp-admin/css/wp-admin-rtl.css
2382 2382 /** 2383 2383 * HiDPI Displays 2384 2384 */ 2385 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 2385 @media print, 2386 (-o-min-device-pixel-ratio: 5/4), 2387 (-webkit-min-device-pixel-ratio: 1.25), 2388 (min-resolution: 120dpi) { 2386 2389 .post-com-count { 2387 2390 background-image: url('../images/bubble_bg-rtl-2x.gif'); 2388 2391 background-size: 18px 100px; -
wp-admin/css/wp-admin.css
2362 2362 padding: 2px 0 8px 32px; 2363 2363 } 2364 2364 2365 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {2366 .welcome-panel .welcome-add-page {2367 background: url('../images/welcome-icons-2x.png') no-repeat 0 -1px;2368 background-size: 16px;2369 }2370 2371 .welcome-panel .welcome-edit-page {2372 background: url('../images/welcome-icons-2x.png') no-repeat 0px -92px;2373 background-size: 16px;2374 }2375 2376 .welcome-panel .welcome-learn-more {2377 background: url('../images/welcome-icons-2x.png') no-repeat 0px -138px;2378 background-size: 16px;2379 }2380 2381 .welcome-panel .welcome-comments {2382 background: url('../images/welcome-icons-2x.png') no-repeat 0px -184px;2383 background-size: 16px;2384 }2385 2386 .welcome-panel .welcome-view-site {2387 background: url('../images/welcome-icons-2x.png') no-repeat 0px -276px;2388 background-size: 16px;2389 }2390 2391 .welcome-panel .welcome-widgets-menus {2392 background: url('../images/welcome-icons-2x.png') no-repeat 1px -230px;2393 background-size: 16px;2394 }2395 2396 .welcome-panel .welcome-write-blog {2397 background: url('../images/welcome-icons-2x.png') no-repeat 0px -46px;2398 background-size: 16px;2399 }2400 }2401 2402 2365 .welcome-panel .welcome-panel-column ul { 2403 2366 margin: 0.8em 1em 1em 0; 2404 2367 } … … 2440 2403 } 2441 2404 } 2442 2405 2443 /**2444 * HiDPI Displays2445 */2446 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {2447 2448 .welcome-panel .welcome-panel-close:before {2449 background-image: url('../images/xit-2x.gif');2450 background-size: 20px auto;2451 }2452 }2453 2454 2406 /*------------------------------------------------------------------------------ 2455 2407 10.0 - List Posts (/Pages/etc) 2456 2408 ------------------------------------------------------------------------------*/ … … 4195 4147 margin: 5px 5px 0; 4196 4148 } 4197 4149 4198 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {4199 .spinner,4200 .imgedit-wait,4201 .customize-loading #customize-container {4202 background-image: url(../images/wpspin_light-2x.gif);4203 }4204 }4205 4206 4150 .no-float { 4207 4151 float: none; 4208 4152 } … … 4397 4341 padding: 2px 10px; 4398 4342 } 4399 4343 4400 /**4401 * HiDPI Displays4402 */4403 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {4404 .imgedit-crop,4405 .imgedit-rleft,4406 .imgedit-rright,4407 .imgedit-flipv,4408 .imgedit-fliph,4409 .imgedit-undo,4410 .imgedit-redo {4411 background-image: url('../images/imgedit-icons-2x.png');4412 background-size: 260px 64px;4413 }4414 }4415 4416 4344 /*------------------------------------------------------------------------------ 4417 4345 15.0 - Comments Screen 4418 4346 ------------------------------------------------------------------------------*/ … … 5132 5060 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); 5133 5061 } 5134 5062 5135 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {5136 .pressthis a span {5137 background-image: url(../images/press-this-2x.png?v=20121105);5138 }5139 }5140 5141 5063 /*------------------------------------------------------------------------------ 5142 5064 20.0 - Settings 5143 5065 ------------------------------------------------------------------------------*/ … … 5684 5606 transition-duration: 0.2s; 5685 5607 } 5686 5608 5687 /**5688 * HiDPI Displays5689 */5690 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {5691 5609 5692 .wp-full-overlay .collapse-sidebar-arrow {5693 background-image: url('../images/arrows-2x.png');5694 background-size: 15px 123px;5695 }5696 }5697 5698 5699 5610 /*------------------------------------------------------------------------------ 5700 5611 24.0 - Customize Loader 5701 5612 ------------------------------------------------------------------------------*/ … … 6640 6551 display: block; 6641 6552 } 6642 6553 6643 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {6644 .login h1 a {6645 background-image: url('../images/wordpress-logo-2x.png?ver=20120412');6646 background-size: 274px 63px;6647 }6648 6649 .wp-badge {6650 background-image: url('../images/wp-badge-2x.png?ver=20120516');6651 background-size: 173px 194px;6652 }6653 }6654 6655 6554 #login { 6656 6555 width: 320px; 6657 6556 padding: 114px 0 0; … … 8424 8323 /** 8425 8324 * HiDPI Displays 8426 8325 */ 8427 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 8326 @media print, 8327 (-o-min-device-pixel-ratio: 5/4), 8328 (-webkit-min-device-pixel-ratio: 1.25), 8329 (min-resolution: 120dpi) { 8428 8330 8429 8331 .press-this .tagchecklist span a { 8430 8332 background-image: url('../images/xit-2x.gif'); … … 8473 8375 background: url('../images/stars-2x.png?ver=20121108') repeat-x top left; 8474 8376 background-size: 21px 37px; 8475 8377 } 8378 8379 .welcome-panel .welcome-panel-close:before { 8380 background-image: url('../images/xit-2x.gif'); 8381 background-size: 20px auto; 8382 } 8383 8384 .welcome-panel .welcome-add-page { 8385 background: url('../images/welcome-icons-2x.png') no-repeat 0 -1px; 8386 background-size: 16px; 8387 } 8388 8389 .welcome-panel .welcome-edit-page { 8390 background: url('../images/welcome-icons-2x.png') no-repeat 0px -92px; 8391 background-size: 16px; 8392 } 8393 8394 .welcome-panel .welcome-learn-more { 8395 background: url('../images/welcome-icons-2x.png') no-repeat 0px -138px; 8396 background-size: 16px; 8397 } 8398 8399 .welcome-panel .welcome-comments { 8400 background: url('../images/welcome-icons-2x.png') no-repeat 0px -184px; 8401 background-size: 16px; 8402 } 8403 8404 .welcome-panel .welcome-view-site { 8405 background: url('../images/welcome-icons-2x.png') no-repeat 0px -276px; 8406 background-size: 16px; 8407 } 8408 8409 .welcome-panel .welcome-widgets-menus { 8410 background: url('../images/welcome-icons-2x.png') no-repeat 1px -230px; 8411 background-size: 16px; 8412 } 8413 8414 .welcome-panel .welcome-write-blog { 8415 background: url('../images/welcome-icons-2x.png') no-repeat 0px -46px; 8416 background-size: 16px; 8417 } 8418 8419 .login h1 a { 8420 background-image: url('../images/wordpress-logo-2x.png?ver=20120412'); 8421 background-size: 274px 63px; 8422 } 8423 8424 .wp-badge { 8425 background-image: url('../images/wp-badge-2x.png?ver=20120516'); 8426 background-size: 173px 194px; 8427 } 8428 8429 .wp-full-overlay .collapse-sidebar-arrow { 8430 background-image: url('../images/arrows-2x.png'); 8431 background-size: 15px 123px; 8432 } 8433 8434 .pressthis a span { 8435 background-image: url(../images/press-this-2x.png?v=20121105); 8436 } 8437 8438 .imgedit-crop, 8439 .imgedit-rleft, 8440 .imgedit-rright, 8441 .imgedit-flipv, 8442 .imgedit-fliph, 8443 .imgedit-undo, 8444 .imgedit-redo { 8445 background-image: url('../images/imgedit-icons-2x.png'); 8446 background-size: 260px 64px; 8447 } 8448 8449 .spinner, 8450 .imgedit-wait, 8451 .customize-loading #customize-container { 8452 background-image: url(../images/wpspin_light-2x.gif); 8453 } 8476 8454 } 8477 8455 8478 8456 /* =Localized CSS -
wp-admin/css/media.css
326 326 /** 327 327 * HiDPI Displays 328 328 */ 329 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 329 @media print, 330 (-o-min-device-pixel-ratio: 5/4), 331 (-webkit-min-device-pixel-ratio: 1.25), 332 (min-resolution: 120dpi) { 330 333 331 334 .image-align-none-label { 332 335 background-image: url("../images/align-none-2x.png?ver=20120916"); -
wp-admin/css/colors-classic.css
2023 2023 /** 2024 2024 * HiDPI Displays 2025 2025 */ 2026 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 2026 @media print, 2027 (-o-min-device-pixel-ratio: 5/4), 2028 (-webkit-min-device-pixel-ratio: 1.25), 2029 (min-resolution: 120dpi) { 2027 2030 2028 2031 .curtime #timestamp { 2029 2032 background-image: url("../images/date-button-2x.gif?ver=20120916");
