Make WordPress Core

Ticket #30154: media-views-30154-1.diff

File media-views-30154-1.diff, 796 bytes (added by HristoK, 10 years ago)

Diff for wp-includes/css/media-views.css

  • wp-includes/css/media-views.css

     
    25342534        }
    25352535}
    25362536
     2537@media screen and (min-width: 320px) and (max-width: 568px) {
     2538        .imgedit-crop.disabled {
     2539                display: none;
     2540        }
     2541
     2542        .imgedit-crop-wrap img{
     2543                width: 100%;
     2544        }
     2545
     2546        .media-modal .imgedit-wrap .imgedit-panel-content,
     2547        .media-modal .imgedit-wrap .imgedit-settings {
     2548                position: initial !important;
     2549        }
     2550
     2551        .media-modal .imgedit-wrap .imgedit-settings {
     2552                -webkit-box-sizing: border-box;
     2553                -moz-box-sizing: border-box;
     2554                box-sizing: border-box;
     2555                width: 100% !important;
     2556        }
     2557
     2558        .imgedit-crop {
     2559                display: none;
     2560        }
     2561}
     2562
    25372563/**
    25382564 * HiDPI Displays
    25392565 */