Media Modal: Remove unused CSS. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-10-11 00:37:23 +00:00
parent b0d215a771
commit c32509dcf3

View File

@ -398,41 +398,6 @@
border-radius: 0;
}
/* Square crop with overflow visible on hover. */
/*
.attachment .portrait img {
width: 200px;
}
.attachment .landscape img {
height: 200px;
}
.attachment .attachment-preview:hover {
overflow: visible;
z-index: 1000;
}
.attachment .attachment-preview:hover img {
border: 10px solid #fff;
box-shadow: 0 0 10px rgba( 0, 0, 0, 0.4 );
}*/
/* Square crop with resized image on hover. */
/*
.attachment .portrait img {
width: 200px;
}
.attachment .landscape img {
height: 200px;
}
.attachment .attachment-preview:hover img {
height: auto;
width: auto;
max-height: 200px;
max-width: 200px;
}*/
/**
* Progress Bar
*/