mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 22:15:28 +00:00
RTL: Use direction: ltr
for the URL inputs in the media frame. props DrewAPicture. fixed #24326.
git-svn-id: http://core.svn.wordpress.org/trunk@24533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6fb63c7bb6
commit
8c9b10ae18
@ -45,6 +45,10 @@
|
||||
float: right;
|
||||
}
|
||||
|
||||
.media-sidebar .setting .link-to-custom {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.media-sidebar .setting span {
|
||||
margin-right: 0;
|
||||
margin-left: 4%;
|
||||
@ -282,6 +286,11 @@
|
||||
float: right;
|
||||
}
|
||||
|
||||
.media-frame .embed-url input,
|
||||
.media-frame .link-to-custom {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Responsive layout
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user