Make WordPress Core

Changeset 22177


Ignore:
Timestamp:
10/11/2012 12:37:23 AM (12 years ago)
Author:
koopersmith
Message:

Media Modal: Remove unused CSS. see #21390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/media-views.css

    r22176 r22177  
    399399}
    400400
    401 
    402 /* Square crop with overflow visible on hover. */
    403 /*
    404 .attachment .portrait img {
    405     width: 200px;
    406 }
    407 .attachment .landscape img {
    408     height: 200px;
    409 }
    410 .attachment .attachment-preview:hover {
    411     overflow: visible;
    412     z-index: 1000;
    413 }
    414 .attachment .attachment-preview:hover img {
    415     border: 10px solid #fff;
    416     box-shadow: 0 0 10px rgba( 0, 0, 0, 0.4 );
    417 }*/
    418 
    419 
    420 /* Square crop with resized image on hover. */
    421 /*
    422 .attachment .portrait img {
    423     width: 200px;
    424 }
    425 .attachment .landscape img {
    426     height: 200px;
    427 }
    428 .attachment .attachment-preview:hover img {
    429     height: auto;
    430     width: auto;
    431     max-height: 200px;
    432     max-width: 200px;
    433 }*/
    434 
    435 
    436401/**
    437402 * Progress Bar
Note: See TracChangeset for help on using the changeset viewer.