Uploader: split "Drop files here -or-..." on two lines, see #18206

git-svn-id: https://develop.svn.wordpress.org/trunk@19177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-11-05 18:09:38 +00:00
parent fafb2aa988
commit cb40252565
3 changed files with 14 additions and 8 deletions

View File

@@ -3799,18 +3799,23 @@ form.upgrade .hint {
width: 250px;
}
.drag-drop-inside p {
color: #aaa;
font-size: 14px;
margin: 5px 0;
display: none;
}
.drag-drop .drag-drop-inside p {
text-align: center;
}
.drag-drop-info {
color: #aaa;
display: none;
font-size: 24px;
margin: 10px 0;
.drag-drop-inside p.drag-drop-info {
font-size: 20px;
}
.drag-drop .drag-drop-info {
.drag-drop .drag-drop-inside p,
.drag-drop-inside p.drag-drop-buttons {
display: block;
}