summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-10 18:08:19 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-10 18:08:19 +0000
commit48904d079b985e7152453be4c005b9bc47978e62 (patch)
tree8e8da610fdbf40c374d0690cfc63249d355e1867
parent6d47c7c34851090ccbee0a4450f238126e945cfa (diff)
downloadbrdo-48904d079b985e7152453be4c005b9bc47978e62.tar.gz
brdo-48904d079b985e7152453be4c005b9bc47978e62.tar.bz2
#202997 follow up by quicksketch: the table drag CSS selector was not specific enough in the RTL sheet
-rw-r--r--modules/system/system-rtl.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system-rtl.css b/modules/system/system-rtl.css
index baa14e8a6..d8d2d6219 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;