From 80e26c14afef6991c11148f5411e98444afb7a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 3 Dec 2007 08:40:38 +0000 Subject: [PATCH] Table drag handler was not properly positioned in RTL themes. Note by Steven Wittens, patch by myself. --- modules/system/system-rtl.css | 6 ++++++ modules/system/system.css | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/modules/system/system-rtl.css b/modules/system/system-rtl.css index a9abc498836..a6fd4264423 100644 --- a/modules/system/system-rtl.css +++ b/modules/system/system-rtl.css @@ -91,3 +91,9 @@ input.password-confirm { margin-left: 10px; margin-right: 0; } + +a.tabledrag-handle { + float: right; + margin: -0.4em -0.5em -0.4em 0; + padding: 0.42em 0.5em 0.42em 1.5em; +} diff --git a/modules/system/system.css b/modules/system/system.css index f4d56fc33c3..fb96adb4769 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -365,10 +365,10 @@ html.js .resizable-textarea textarea { */ a.tabledrag-handle { cursor: move; - float: left; + float: left; /* LTR */ height: 1.7em; - margin: -0.4em 0 -0.4em -0.5em; - padding: 0.42em 1.5em 0.42em 0.5em; + margin: -0.4em 0 -0.4em -0.5em; /* LTR */ + padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */ text-decoration: none; } a.tabledrag-handle:hover {