Improve the permalink settings UI for RTL.

props yoavf, SergeyBiryukov, DrewAPicture. fixes #16834.

git-svn-id: http://core.svn.wordpress.org/trunk@24283 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2013-05-17 17:55:39 +00:00
parent 5b7e9c8a1c
commit 580e1729c1
2 changed files with 14 additions and 1 deletions

View File

@@ -1574,6 +1574,19 @@ h2 .nav-tab {
font-family: Tahoma, Arial, sans-serif;
}
#permalink-settings {
width: auto;
}
#permalink-settings code,
#permalink_structure {
float: right;
}
.options-permalink-php code {
unicode-bidi: embed;
}
/*------------------------------------------------------------------------------
21.0 - Admin Footer
------------------------------------------------------------------------------*/