From 18516bd9713145dbfcf57dc801c211a9976b8768 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 20 Jul 2010 10:11:54 +0000
Subject: [PATCH] - Patch #859016 by bleen18: filter's RTL styling is off in
 IE7.

---
 modules/filter/filter.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/filter/filter.css b/modules/filter/filter.css
index ae1ab2ecf744..5b462fb24bad 100644
--- a/modules/filter/filter.css
+++ b/modules/filter/filter.css
@@ -24,7 +24,7 @@
 }
 .filter-help a {
   background: transparent url(../../misc/help.png) right center no-repeat;
-  padding-right: 20px;
+  padding: 0 20px;
 }
 .filter-guidelines {
   clear: left;
-- 
GitLab