From 860947d3c87e8ebd53031ac8077d1dce24716e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 27 May 2007 17:57:48 +0000 Subject: #145737 by yhager, documentation cleaned up by myself: add support for RTL CSS overrides and default RTL CSS override files for modules Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now, so maintainers remember that changing them should also have an effect on RTL CSS files. This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support. --- modules/dblog/dblog-rtl.css | 7 +++++++ modules/dblog/dblog.css | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 modules/dblog/dblog-rtl.css (limited to 'modules/dblog') diff --git a/modules/dblog/dblog-rtl.css b/modules/dblog/dblog-rtl.css new file mode 100644 index 000000000..208e0d9a0 --- /dev/null +++ b/modules/dblog/dblog-rtl.css @@ -0,0 +1,7 @@ +/* $Id$ */ + +#dblog-filter-form .form-item { + float: right; + padding-right: inherit; + padding-left: .8em; +} diff --git a/modules/dblog/dblog.css b/modules/dblog/dblog.css index 2f5a7c9a9..998754ace 100644 --- a/modules/dblog/dblog.css +++ b/modules/dblog/dblog.css @@ -1,8 +1,8 @@ /* $Id$ */ #dblog-filter-form .form-item { - float: left; - padding-right: .8em; + float: left; /* LTR */ + padding-right: .8em; /* LTR */ margin: 0.1em; } tr.dblog-user { -- cgit v1.2.3