Media: Prevent the compat view from wrapping around the attachment details. Allow the filename to break-word. props koopersmith, SergeyBiryukov. fixes #22667.

git-svn-id: http://core.svn.wordpress.org/trunk@22983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin
2012-12-03 04:15:32 +00:00
parent 787e7f8347
commit db0ef72326
3 changed files with 8 additions and 11 deletions

View File

@@ -258,8 +258,7 @@
margin-left: 10px;
}
.attachment-info .details,
.attachment-info .compat-meta {
.attachment-info .details {
float: right;
}

View File

@@ -1173,6 +1173,7 @@
.attachment-info .filename {
font-weight: bold;
color: #464646;
word-wrap: break-word;
}
.attachment-info .thumbnail {
@@ -1216,10 +1217,7 @@
.attachment-info .details {
float: left;
font-size: 12px;
}
.attachment-info .compat-meta {
float: left;
max-width: 100%;
}
.attachment-info .delete-attachment a {