summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-02-28 10:50:46 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2012-02-28 10:50:46 -0800
commit245ae632b4b03090447b7bb0e8e25bcabf8f2eaf (patch)
tree2da51189d2b24b8ee8f5cc7179fceb250df45e08
parent8d9a3582239d03fd6f8a519860a70356508be859 (diff)
downloadbrdo-245ae632b4b03090447b7bb0e8e25bcabf8f2eaf.tar.gz
brdo-245ae632b4b03090447b7bb0e8e25bcabf8f2eaf.tar.bz2
Issue #404302 by KrisBulman, kathyh, JamesAn, droplet, sun: Fixed Improve tabledrag grippie CSS (and fix an IE7 alignment issue).
-rw-r--r--modules/system/system.base-rtl.css8
-rw-r--r--modules/system/system.base.css11
2 files changed, 12 insertions, 7 deletions
diff --git a/modules/system/system.base-rtl.css b/modules/system/system.base-rtl.css
index 9099c9d72..075cafec2 100644
--- a/modules/system/system.base-rtl.css
+++ b/modules/system/system.base-rtl.css
@@ -36,8 +36,12 @@ html.js input.throbbing {
*/
.draggable a.tabledrag-handle {
float: right;
- margin: -0.4em -0.5em -0.4em 0;
- padding: 0.42em 0.5em 0.42em 1.5em;
+ margin-right: -1em;
+ margin-left: 0;
+}
+a.tabledrag-handle .handle {
+ margin: -0.4em 0.5em;
+ padding: 0.42em 0.5em;
}
div.indentation {
float: right;
diff --git a/modules/system/system.base.css b/modules/system/system.base.css
index addbf1130..bf6dd9f71 100644
--- a/modules/system/system.base.css
+++ b/modules/system/system.base.css
@@ -93,21 +93,22 @@ body.drag {
cursor: move;
float: left; /* LTR */
height: 1.7em;
- margin: -0.4em 0 -0.4em -0.5em; /* LTR */
- padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
+ margin-left: -1em; /* LTR */
+ overflow: hidden;
text-decoration: none;
}
a.tabledrag-handle:hover {
text-decoration: none;
}
a.tabledrag-handle .handle {
- background: url(../../misc/draggable.png) no-repeat 0 0;
+ background: url(../../misc/draggable.png) no-repeat 6px 9px;
height: 13px;
- margin-top: 4px;
+ margin: -0.4em 0.5em; /* LTR */
+ padding: 0.42em 0.5em; /* LTR */
width: 13px;
}
a.tabledrag-handle-hover .handle {
- background-position: 0 -20px;
+ background-position: 6px -11px;
}
div.indentation {
float: left; /* LTR */