RTL: Use `direction: ltr` for the URL inputs in the media frame. props DrewAPicture. fixed #24326.

git-svn-id: https://develop.svn.wordpress.org/trunk@24533 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-07-01 10:15:07 +00:00
parent f4ec972104
commit a0aa4fa4b0
1 changed files with 9 additions and 0 deletions

View File

@ -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
*/