From c39f71f64c6293254bcd7f7b6f52e75ad7dc019b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 5 Feb 2018 12:17:18 +0100 Subject: [PATCH] Improvements for pagination buttons --- server/public/assets/css/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 54132993..2bffc25a 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -78,6 +78,7 @@ body { #pageButtons{ display: flex; + justify-content: space-around; align-items: center; flex-shrink: initial; justify-content: space-between; @@ -86,6 +87,22 @@ body { #pageButtons, #pageButtons a{ color:white !important; + width: 100%; + justify-content: center; +} + +#pageButtons span { + width: 100%; + justify-content: center; +} + +#pageNumber { + width: auto !important; + margin: 0 5px; +} + +.first_page, .first_page_hide, .last_page, .last_page_hide { + width: 50% !important; } #pageNumber{