From 29a70d15d6f15d5e1d1d30adf66197901f162a89 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Fri, 8 Feb 2013 22:55:56 -0800
Subject: [PATCH] Issue #1902872 by echoz, keyhitman, kim.pepper, Shyamala:
 Tips for Text format filters have excessive left|right padding on narrow
 screens.

---
 core/modules/filter/filter.admin-rtl.css | 8 ++++++++
 core/modules/filter/filter.admin.css     | 9 ++++++++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/core/modules/filter/filter.admin-rtl.css b/core/modules/filter/filter.admin-rtl.css
index 0370a980be50..4d972e2d68e2 100644
--- a/core/modules/filter/filter.admin-rtl.css
+++ b/core/modules/filter/filter.admin-rtl.css
@@ -12,4 +12,12 @@
 }
 .filter-help a {
   background-position: left center;
+  padding: 0 0 0 20px;
+}
+
+/**
+ * Improve filter tips position.
+ */
+.tips {
+  padding-right: 0;
 }
diff --git a/core/modules/filter/filter.admin.css b/core/modules/filter/filter.admin.css
index 2ee792a614fa..8c144cf4313a 100644
--- a/core/modules/filter/filter.admin.css
+++ b/core/modules/filter/filter.admin.css
@@ -32,7 +32,7 @@
 }
 .filter-help a {
   background: transparent url(../../misc/help.png) right center no-repeat; /* LTR */
-  padding: 0 20px;
+  padding: 0 20px 0 0; /* LTR */
 }
 
 .text-format-wrapper .description {
@@ -45,3 +45,10 @@
   padding-bottom: 0;
   padding-top: 0;
 }
+
+/**
+ * Improve filter tips position.
+ */
+.tips {
+  padding-left: 0; /* LTR */
+}
-- 
GitLab