Rearrange the media uploader view so the filename is visible. Fixes #6517 for trunk props andy.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7584 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2008-04-01 21:12:35 +00:00
parent e0e2dedba5
commit 8ca58c943e
3 changed files with 13 additions and 6 deletions

View File

@@ -91,8 +91,15 @@ tr.image-size label {
max-height: 40px;
}
.filename {
display: none;
.filename.original {
z-index: 10;
position: absolute;
}
.crunching {
display: block;
line-height: 32px;
text-align: right;
margin-right: 5px;
}
button.dismiss {
position: absolute;
@@ -216,7 +223,7 @@ abbr.required {
position: relative;
min-height: 36px;
}
#media-upload .filename {
.filename {
display: block;
line-height: 36px;
margin-left: 50px;