From 0d19f49dd794053610e877f1829f0a74cdb873eb Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 23 Jan 2019 09:53:14 +1300 Subject: [PATCH] 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 --- templates/rrs/maintainers.html | 2 +- templates/rrs/recipes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/rrs/maintainers.html b/templates/rrs/maintainers.html index ca5ba81..217a060 100644 --- a/templates/rrs/maintainers.html +++ b/templates/rrs/maintainers.html @@ -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; diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index def539a..4a2fc7d 100644 --- a/templates/rrs/recipes.html +++ b/templates/rrs/recipes.html @@ -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;