From a38dd53ef8e0f0d25d3bea09bf609b96e5e4b564 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 27 Sep 2010 03:56:14 +0000 Subject: #923424 by munzirtaha: Fix wrong usage of /* RTL */ in CSS files. --- modules/image/image-rtl.css | 6 +++--- modules/image/image.css | 6 +++--- modules/system/system.base-rtl.css | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'modules') diff --git a/modules/image/image-rtl.css b/modules/image/image-rtl.css index 59c46605d..a8d2cefd2 100644 --- a/modules/image/image-rtl.css +++ b/modules/image/image-rtl.css @@ -4,9 +4,9 @@ * Image upload widget. */ div.image-preview { - float: right; /* RTL */ - padding: 0 0 10px 10px; /* RTL */ + float: right; + padding: 0 0 10px 10px; } div.image-widget-data { - float: right; /* RTL */ + float: right; } diff --git a/modules/image/image.css b/modules/image/image.css index 3f4cc5cd3..a3f6114cd 100644 --- a/modules/image/image.css +++ b/modules/image/image.css @@ -4,11 +4,11 @@ * Image upload widget. */ div.image-preview { - float: left; /* RTL */ - padding: 0 10px 10px 0; /* RTL */ + float: left; /* LTR */ + padding: 0 10px 10px 0; /* LTR */ } div.image-widget-data { - float: left; /* RTL */ + float: left; /* LTR */ } div.image-widget-data input.text-field { width: auto; diff --git a/modules/system/system.base-rtl.css b/modules/system/system.base-rtl.css index 5beac6d74..16b92de6f 100644 --- a/modules/system/system.base-rtl.css +++ b/modules/system/system.base-rtl.css @@ -50,6 +50,6 @@ div.tree-child-last { background-position: -65px center; } .tabledrag-toggle-weight-wrapper { - text-align: left; /* RTL */ + text-align: left; } -- cgit v1.2.3