mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-08 22:54:36 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user