[wp-trac] [WordPress Trac] #30725: Add media modal - different select width
WordPress Trac
noreply at wordpress.org
Wed Feb 4 13:48:03 UTC 2015
#30725: Add media modal - different select width
--------------------------+-----------------------
Reporter: pavelevap | Owner: helen
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 4.1.1
Component: Media | Version: 4.1
Severity: minor | Resolution:
Keywords: has-patch | Focuses: ui
--------------------------+-----------------------
Comment (by afercia):
Replying to [comment:29 helen]:
> Is that caused by the patch? Is it new in 4.1?
Already existing in 4.1, except for the new spinner thing. Please notice
the spinner inherits `float: right` so it will behave like `block` not
like `inline-block`. Maybe should be reset to `float: none` ? but still
there wouldn't be enough space for the spinner in responsive view.
About IE 8, this could work:
{{{
.ie8 .media-toolbar-primary {
width: 33%;
}
.ie8 .media-toolbar-secondary {
width: 66%;
}
.ie8 .media-toolbar-primary #media-search-input {
float: right;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30725#comment:30>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list