Fix visibility of Select Files button in IE7, change border color when hovering over the drag drop area of the uploader, see #18918, see #18206

git-svn-id: https://develop.svn.wordpress.org/trunk@18957 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-10-12 22:24:53 +00:00
parent 168e89007c
commit e10d951cce
6 changed files with 31 additions and 12 deletions

View File

@@ -3626,6 +3626,10 @@ p.popular-tags a {
display: none;
}
.media-upload-form {
margin-top: 20px;
}
.media-upload-form td label {
margin-right: 6px;
margin-left: 2px;
@@ -3856,25 +3860,34 @@ form.upgrade .hint {
}
.drag-drop .drag-drop-inside {
padding-top: 60px;
margin: 70px auto 0;
width: 250px;
}
.drag-drop .drag-drop-inside p {
text-align: center;
}
.dragdrop-info {
.drag-drop-info {
color: #aaa;
display: none;
font-size: 24px;
margin: 10px 0;
}
.drag-drop .dragdrop-info {
.drag-drop .drag-drop-info {
display: block;
}
#plupload-upload-ui {
position: relative;
}
/*
#drag-drop-area:-moz-drag-over {
border-color: #cf5;
}
*/
/*------------------------------------------------------------------------------
14.2 - Image Editor
------------------------------------------------------------------------------*/