From df0aaa8f9cf0b5cace9c9700772291e4bd4b8bde Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 18 Sep 2020 17:32:55 +0200 Subject: [PATCH] more button tweaking --- themes/default/static/css/main.css | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/themes/default/static/css/main.css b/themes/default/static/css/main.css index 96bc805..a4f26ba 100644 --- a/themes/default/static/css/main.css +++ b/themes/default/static/css/main.css @@ -81,7 +81,7 @@ h1.category{ } ul.navprevnext{ - width: calc(100% + 0em); + width: calc(100% - 4em); margin:3em 0; } ul.navprevnext li.prev, @@ -90,12 +90,12 @@ ul.navprevnext{ ul.navprevnext li.none{ width: calc(50% - 9em); height: 150px; - background-color: lightgrey; + background-color: beige; border-radius: 1em; padding:1em 3em; font-size: 13pt; line-height: 1.4; - color:white; + /*color:white;*/ display: inline-block; vertical-align: top; } @@ -109,22 +109,27 @@ ul.navprevnext{ margin:0 0 1em 0; } ul.navprevnext li.prev:before{ - content:'← Go to the previous page'; - margin-left:-1.25em; + content:'←\00a0\00a0\00a0Go to the previous page'; + margin-left:-1.75em; } ul.navprevnext li.next:before{ - content:'Go to the next page →'; - margin-right:-1em; + content:'Go to the next page\00a0\00a0\00a0→'; + margin-right:-2em; } + ul.navprevnext li.none, ul.navprevnext li.prev{ + margin-right: 5em; + margin-left: -9em; } ul.navprevnext li.next, ul.navprevnext li.done{ + margin-left: 19em; + margin-right: -10em; text-align: right; } ul.navprevnext li.done{ - background-color: beige; - color: #ec25ec; + background-color: #ec25ec; + color: white; } ul.navprevnext li.none{ background-color: transparent;