From 41e188ba67c4912e5dc37d8063bc842f6e0fbf03 Mon Sep 17 00:00:00 2001 From: Pascal Chevrel Date: Fri, 19 Jul 2024 12:35:19 +0200 Subject: [PATCH] Nightly/Beta tables: fix a couple of alignment problems --- app/views/templates/base.html.twig | 2 +- app/views/templates/nightly.html.twig | 4 ++-- public/style/base.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/templates/base.html.twig b/app/views/templates/base.html.twig index 628be90..61430d1 100644 --- a/app/views/templates/base.html.twig +++ b/app/views/templates/base.html.twig @@ -6,7 +6,7 @@ - + diff --git a/app/views/templates/nightly.html.twig b/app/views/templates/nightly.html.twig index ec7bb37..65b8598 100644 --- a/app/views/templates/nightly.html.twig +++ b/app/views/templates/nightly.html.twig @@ -80,7 +80,7 @@ {%- set pill_level ='text-bg-danger' -%} {%- endif -%} - {{ details.id }} + {{ details.id }} {{ details.component }} {{ bug_list_karma[details.id].score }} @@ -149,7 +149,7 @@ {# do nothing #} {% else %} - {{ details.id }} + {{ details.id }} {{ details.component }} {{ bug_list_karma[details.id].score }} diff --git a/public/style/base.css b/public/style/base.css index 9fc9f66..2c648d4 100644 --- a/public/style/base.css +++ b/public/style/base.css @@ -313,7 +313,7 @@ footer { background-image: url("/assets/img/android.svg"); background-repeat: no-repeat; background-size: 1em; - background-position: right 4px center; + background-position: right 4px top 8px; } #beta table tr td:nth-child(1) {