summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-15 04:37:15 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-15 04:37:15 +0000
commit02c064210cd02a46d8736839514d3bedcb35cbc0 (patch)
treea394655088dded9a156e27560f31108ba293adcd /themes
parent66ec59e0f4179e2ab5630bb00bf20ba3fdab5ba6 (diff)
downloadbrdo-02c064210cd02a46d8736839514d3bedcb35cbc0.tar.gz
brdo-02c064210cd02a46d8736839514d3bedcb35cbc0.tar.bz2
#726266 by Jeff Burnz: Fixed Table sort indicator can obscure column headings in Seven theme.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/style-rtl.css5
-rw-r--r--themes/seven/style.css3
2 files changed, 8 insertions, 0 deletions
diff --git a/themes/seven/style-rtl.css b/themes/seven/style-rtl.css
index d3269394c..a7fc5fdc4 100644
--- a/themes/seven/style-rtl.css
+++ b/themes/seven/style-rtl.css
@@ -18,3 +18,8 @@ ul,
margin-left: 0;
margin-right: 1.5em;
}
+
+/* Sortable tables */
+table th.active a {
+ padding: 0 0 0 25px;
+}
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 7c3c4dc57..3bf32e818 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -476,6 +476,9 @@ table th a {
display: block;
position: relative;
}
+table th.active a {
+ padding: 0 25px 0 0; /* LTR */
+}
table th.active img {
position: absolute;
top: 3px;