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: http://core.svn.wordpress.org/trunk@23077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
88f61468b3
commit
b1ba49f26e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue