diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-06-20 17:34:51 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-06-20 17:34:51 +0000 |
commit | f174e9cc55679f9a1d3cba390fefb1a7dcc19b40 (patch) | |
tree | b1e4613908180c951f60f03d9fdc635ba8f67525 /modules/system | |
parent | 453fab02bf7df0fde79a7e1e8b20bb18eb2b7897 (diff) | |
download | brdo-f174e9cc55679f9a1d3cba390fefb1a7dcc19b40.tar.gz brdo-f174e9cc55679f9a1d3cba390fefb1a7dcc19b40.tar.bz2 |
#448292 by Frank Ralf, David_Rothstein, mgifford, Everett Zufelt, Bojhan, mohammed76, et al: Fixed Drag and Drop for table rows is not accessible to screen-reader users.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system-behavior-rtl.css | 3 | ||||
-rw-r--r-- | modules/system/system-behavior.css | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/modules/system/system-behavior-rtl.css b/modules/system/system-behavior-rtl.css index 532ed5b47..0fcda3d1c 100644 --- a/modules/system/system-behavior-rtl.css +++ b/modules/system/system-behavior-rtl.css @@ -75,6 +75,9 @@ div.tree-child, div.tree-child-last { background-position: -65px center; } +.tabledrag-toggle-weight-wrapper { + text-align: left; /* RTL */ +} /** * Multiselect form diff --git a/modules/system/system-behavior.css b/modules/system/system-behavior.css index d34f3a93a..39b5ac52b 100644 --- a/modules/system/system-behavior.css +++ b/modules/system/system-behavior.css @@ -130,6 +130,12 @@ div.tree-child-last { div.tree-child-horizontal { background: url(../../misc/tree.png) no-repeat -11px center; } +.tabledrag-toggle-weight-wrapper { + text-align: right; /* LTR */ +} +.tabledrag-toggle-weight { + font-size: 0.9em; +} /** * Progress bar |