diff options
-rw-r--r-- | modules/system/system-rtl.css | 6 | ||||
-rw-r--r-- | 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 a9abc4988..a6fd42644 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 f4d56fc33..fb96adb47 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 { |