From 30cf820918fc9b51f1ae3c906b4d22e5e1b7198f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 11 Jun 2012 20:34:42 +0000 Subject: [PATCH] Add RTL and locale classes to the press this body. Props SergeyBiryukov. fixes #19603 git-svn-id: https://develop.svn.wordpress.org/trunk@21052 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/wp-admin.dev.css | 6 +++--- wp-admin/press-this.php | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index 1c7a069e81..98f6bd9235 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -8195,13 +8195,13 @@ a.widget-control-edit { width: auto; /* default 5em */ min-width: 5em; } -.locale-ru-ru .press-this .posting { +.locale-ru-ru.press-this .posting { margin-right: 257px; /* default 212px + 45px */ } -.locale-ru-ru .press-this #photo-add-url-div input[type="text"] { +.locale-ru-ru.press-this #photo-add-url-div input[type="text"] { width: 255px; /* default 300px - 45px */ } -.locale-ru-ru .press-this #side-sortables { +.locale-ru-ru.press-this #side-sortables { width: 245px; /* default 200px + 45px */ } diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index 184083f30a..facae8a86d 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -435,7 +435,11 @@ var photostorage = false; }); - + +