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:
Dominik Schilling 2013-07-01 10:15:07 +00:00
parent 6fb63c7bb6
commit 8c9b10ae18

View File

@ -45,6 +45,10 @@
float: right; float: right;
} }
.media-sidebar .setting .link-to-custom {
direction: ltr;
}
.media-sidebar .setting span { .media-sidebar .setting span {
margin-right: 0; margin-right: 0;
margin-left: 4%; margin-left: 4%;
@ -282,6 +286,11 @@
float: right; float: right;
} }
.media-frame .embed-url input,
.media-frame .link-to-custom {
direction: ltr;
}
/** /**
* Responsive layout * Responsive layout
*/ */