mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
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 {
|
.media-frame a {
|
||||||
|
border-bottom: none;
|
||||||
color: #21759b;
|
color: #21759b;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -61,6 +62,11 @@
|
|||||||
border-color: #dfdfdf;
|
border-color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-frame select {
|
||||||
|
height: 24px;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.media-frame input:disabled,
|
.media-frame input:disabled,
|
||||||
.media-frame textarea:disabled,
|
.media-frame textarea:disabled,
|
||||||
.media-frame input[readonly],
|
.media-frame input[readonly],
|
||||||
@ -241,6 +247,10 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-sidebar .setting .link-to-custom {
|
||||||
|
margin: 3px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.media-sidebar .setting span {
|
.media-sidebar .setting span {
|
||||||
min-width: 30%;
|
min-width: 30%;
|
||||||
margin-right: 4%;
|
margin-right: 4%;
|
||||||
@ -1070,6 +1080,10 @@
|
|||||||
margin: 4em 0;
|
margin: 4em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.uploader-inline-content .post-upload-ui {
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
.uploader-inline .has-upload-message .upload-ui {
|
.uploader-inline .has-upload-message .upload-ui {
|
||||||
margin: 0 0 4em;
|
margin: 0 0 4em;
|
||||||
}
|
}
|
||||||
@ -1182,6 +1196,7 @@
|
|||||||
|
|
||||||
.media-selection .selection-view {
|
.media-selection .selection-view {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-selection .attachments {
|
.media-selection .attachments {
|
||||||
|
Loading…
Reference in New Issue
Block a user