diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-07-20 10:11:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-07-20 10:11:54 +0000 |
commit | 18516bd9713145dbfcf57dc801c211a9976b8768 (patch) | |
tree | 90922aa792699f0e41f0f2f0a39b7a48e79af4d2 /modules | |
parent | 2c225982038a53bf432c4d60fd6468b8811340c9 (diff) | |
download | brdo-18516bd9713145dbfcf57dc801c211a9976b8768.tar.gz brdo-18516bd9713145dbfcf57dc801c211a9976b8768.tar.bz2 |
- Patch #859016 by bleen18: filter's RTL styling is off in IE7.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/filter/filter.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filter/filter.css b/modules/filter/filter.css index ae1ab2ecf..5b462fb24 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; |