mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user