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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user