From 48904d079b985e7152453be4c005b9bc47978e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 10 Jan 2008 18:08:19 +0000 Subject: [PATCH] #202997 follow up by quicksketch: the table drag CSS selector was not specific enough in the RTL sheet --- modules/system/system-rtl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system-rtl.css b/modules/system/system-rtl.css index baa14e8a6b5..d8d2d62196a 100644 --- a/modules/system/system-rtl.css +++ b/modules/system/system-rtl.css @@ -92,7 +92,7 @@ input.password-confirm { margin-right: 0; } -a.tabledrag-handle { +.draggable a.tabledrag-handle { float: right; margin: -0.4em -0.5em -0.4em 0; padding: 0.42em 0.5em 0.42em 1.5em;