From 36eb877a317954bb8a7fad6e8544ec0e1b3f39c8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 21 May 2020 19:58:29 +0300 Subject: [PATCH] Tweak footer.php * add a new row for the version info * add links to the current tags * make the updates URLs go to the latest GitHub release * color the heart icon red * remove "Version" from links; the tags are prefixed with "v" Signed-off-by: XhmikosR --- scripts/pi-hole/php/footer.php | 79 ++++++++++++++++++++++++---------- style/pi-hole.css | 9 ++++ 2 files changed, 65 insertions(+), 23 deletions(-) diff --git a/scripts/pi-hole/php/footer.php b/scripts/pi-hole/php/footer.php index b7fad544..035cde88 100644 --- a/scripts/pi-hole/php/footer.php +++ b/scripts/pi-hole/php/footer.php @@ -36,34 +36,67 @@ - + + - + diff --git a/style/pi-hole.css b/style/pi-hole.css index b45a5f48..0a8b6ff3 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -285,3 +285,12 @@ .user-panel > .info i { margin-right: 3px; } + +.row-centered > div[class^=col-] { + display: inline-block; + float: none; +} + +.version-info { + margin-top: 10px; +}