diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/seven/style-rtl.css | 5 | ||||
-rw-r--r-- | themes/seven/style.css | 3 |
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; |