RRS: fix sorting arrow positioning

I'm not sure when or how they got broken but the sorting arrows were
overlapping the text, so move them back into the proper location, 8px
from the right of the column.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2019-01-23 09:53:14 +13:00
parent 53e6ed36b6
commit 0d19f49dd7
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ th.header {
cursor: pointer;
font-weight: bold;
background-repeat: no-repeat;
background-position: center left;
background-position: center right 8px;
padding-left: 20px;
border-right: 1px solid #dad9c7;
margin-left: -1px;

View File

@ -127,7 +127,7 @@ th.header {
cursor: pointer;
font-weight: bold;
background-repeat: no-repeat;
background-position: center left;
background-position: center right 8px;
padding-left: 20px;
border-right: 1px solid #dad9c7;
margin-left: -1px;