Skip to content
Snippets Groups Projects
Commit 02c06421 authored by Angie Byron's avatar Angie Byron
Browse files

#726266 by Jeff Burnz: Fixed Table sort indicator can obscure column headings in Seven theme.

parent 66ec59e0
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -18,3 +18,8 @@ ul, ...@@ -18,3 +18,8 @@ ul,
margin-left: 0; margin-left: 0;
margin-right: 1.5em; margin-right: 1.5em;
} }
/* Sortable tables */
table th.active a {
padding: 0 0 0 25px;
}
...@@ -476,6 +476,9 @@ table th a { ...@@ -476,6 +476,9 @@ table th a {
display: block; display: block;
position: relative; position: relative;
} }
table th.active a {
padding: 0 25px 0 0; /* LTR */
}
table th.active img { table th.active img {
position: absolute; position: absolute;
top: 3px; top: 3px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment