mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Media: Adjusts alignment of file name text in browser uploader.
Sets a defined size for text alongside the media browser uploader button fixing alignment on popular browsers. Props krupajnanda, mikeschroder, aaroncampbell, lucagrandicelli, andraganescu, samful, sabernhardt, andystitt829, kburgoine. Fixes #41648 git-svn-id: https://develop.svn.wordpress.org/trunk@49553 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6411c0953c
commit
98a0e0eeed
@ -201,6 +201,14 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
#html-upload-ui #async-upload {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
#html-upload-ui #async-upload {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.media-upload-form .media-item.error,
|
||||
.media-upload-form .media-item .error {
|
||||
width: auto;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user