Media: Account for the most obvious and common style conflicts that may occur when the media modal is loaded on the frontend. Tested primarily with P2. props lessbloat, helenyhou. fixes #22752.

git-svn-id: https://develop.svn.wordpress.org/trunk@23077 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-12-05 19:15:40 +00:00
parent 0d7c64c9fd
commit 167db2d9da
1 changed files with 15 additions and 0 deletions

View File

@ -20,6 +20,7 @@
}
.media-frame a {
border-bottom: none;
color: #21759b;
}
@ -61,6 +62,11 @@
border-color: #dfdfdf;
}
.media-frame select {
height: 24px;
padding: 2px;
}
.media-frame input:disabled,
.media-frame textarea:disabled,
.media-frame input[readonly],
@ -241,6 +247,10 @@
display: block;
}
.media-sidebar .setting .link-to-custom {
margin: 3px 0;
}
.media-sidebar .setting span {
min-width: 30%;
margin-right: 4%;
@ -1070,6 +1080,10 @@
margin: 4em 0;
}
.uploader-inline-content .post-upload-ui {
margin-bottom: 2em;
}
.uploader-inline .has-upload-message .upload-ui {
margin: 0 0 4em;
}
@ -1182,6 +1196,7 @@
.media-selection .selection-view {
display: inline-block;
vertical-align: top;
}
.media-selection .attachments {