mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
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:
parent
53e6ed36b6
commit
0d19f49dd7
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user