RTL fixes for dfw tagline, permalink editing, and hscroll. Props yoavf. fixes #17639

git-svn-id: https://develop.svn.wordpress.org/trunk@18113 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-06-02 16:04:02 +00:00
parent 424f188ce1
commit 866b79d1c7
5 changed files with 18 additions and 8 deletions

View File

@@ -214,7 +214,7 @@ form.upgrade .hint {
}
#wp-fullscreen-tagline {
left: 20px;
float: left;
}
/* =Top bar
@@ -715,7 +715,18 @@ th.sorted a span {
11.0 - Write/Edit Post Screen
------------------------------------------------------------------------------*/
#titlediv #title-prompt-text,
#wp-fullscreen-title-prompt-text {
right:0;
}
#sample-permalink {
direction:ltr;
}
#sample-permalink #editable-post-name {
unicode-bidi:embed;
}
#wp-fullscreen-title-prompt-text {
left: auto;
right: 0;