From dfb381058bca883561af4053074db560d34822d8 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 13 May 2020 14:34:04 -0400 Subject: mailbox view: improve pagination styles This makes the buttons larger and easier to notice/click. --- themes/alps/assets/style.css | 15 ++++++++++++++- themes/alps/messages-header.html | 5 ++--- 2 files changed, 16 insertions(+), 4 deletions(-) (limited to 'themes/alps') diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index 9b885ad..5f3a59b 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -292,9 +292,22 @@ main table tfoot { } .actions-wrap { display: flex; flex-direction: row; } -.actions-pagination { margin-left: 1rem; display: flex; flex-direction: row; } .actions-search { display: flex; flex-direction: row; flex-grow: 1; } +.actions-pagination { + margin-left: 1rem; + display: flex; + flex-direction: row; +} + +.actions-pagination .button-link { + padding: 0.3rem 0.5rem; +} + +.actions-pagination .button-link:first-child:not(:last-child) { + margin-right: 0.3rem; +} + .actions-wrap .action-group { margin-left: 0.3rem; } diff --git a/themes/alps/messages-header.html b/themes/alps/messages-header.html index 44cb78b..dadf8e1 100644 --- a/themes/alps/messages-header.html +++ b/themes/alps/messages-header.html @@ -36,11 +36,10 @@ {{if or (ge .PrevPage 0) (ge .NextPage 0) }}
{{if ge .PrevPage 0}} - {{if ge .PrevPage 1}}«{{ end }} - + « {{end}} {{if ge .NextPage 0}} - + » {{end}}
{{ end }} -- cgit v1.2.3