From 1be3f0c38e384d23e2a9ba6cc63a1fa83bf09bcb Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 9 Dec 2021 22:37:27 +0100 Subject: [PATCH] added some padding --- sites/all/themes/gui/perfarttimeline/css/layout.css | 2 +- sites/all/themes/gui/perfarttimeline/css/styles.css | 3 ++- sites/all/themes/gui/perfarttimeline/less/layout.less | 2 +- sites/all/themes/gui/perfarttimeline/less/styles.less | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sites/all/themes/gui/perfarttimeline/css/layout.css b/sites/all/themes/gui/perfarttimeline/css/layout.css index 1dadf65..86d82bb 100644 --- a/sites/all/themes/gui/perfarttimeline/css/layout.css +++ b/sites/all/themes/gui/perfarttimeline/css/layout.css @@ -119,7 +119,7 @@ body > img { overflow-y: auto; height: 96vh; box-sizing: border-box; - padding-bottom: 3em; + padding-bottom: 5em; } #container > .inner #main #center { display: block; diff --git a/sites/all/themes/gui/perfarttimeline/css/styles.css b/sites/all/themes/gui/perfarttimeline/css/styles.css index 2e2b403..df01aea 100644 --- a/sites/all/themes/gui/perfarttimeline/css/styles.css +++ b/sites/all/themes/gui/perfarttimeline/css/styles.css @@ -159,7 +159,7 @@ body > img { overflow-y: auto; height: 96vh; box-sizing: border-box; - padding-bottom: 3em; + padding-bottom: 5em; } #container > .inner #main #center { display: block; @@ -2291,6 +2291,7 @@ html.classic-nav body.node-type-performance #block-perfart-perf-prevnext ul.perf html.no-js body.node-type-performance #block-perfart-perf-prevnext-bottom ul.perf-prev-next-btns li.perf-next-link, html.classic-nav body.node-type-performance #block-perfart-perf-prevnext-bottom ul.perf-prev-next-btns li.perf-next-link { text-align: right; + padding-right: 1em; } html.no-js body.node-type-performance #block-perfart-perf-prevnext ul.perf-prev-next-btns a, html.classic-nav body.node-type-performance #block-perfart-perf-prevnext ul.perf-prev-next-btns a, diff --git a/sites/all/themes/gui/perfarttimeline/less/layout.less b/sites/all/themes/gui/perfarttimeline/less/layout.less index f2bd384..57a0131 100644 --- a/sites/all/themes/gui/perfarttimeline/less/layout.less +++ b/sites/all/themes/gui/perfarttimeline/less/layout.less @@ -114,7 +114,7 @@ body>img{display: none;} overflow-y: auto; height: 96vh; box-sizing: border-box; - padding-bottom: 3em; + padding-bottom: 5em; #center{ display: block; height: auto; diff --git a/sites/all/themes/gui/perfarttimeline/less/styles.less b/sites/all/themes/gui/perfarttimeline/less/styles.less index cbc2d3e..066592b 100644 --- a/sites/all/themes/gui/perfarttimeline/less/styles.less +++ b/sites/all/themes/gui/perfarttimeline/less/styles.less @@ -1083,6 +1083,7 @@ html.no-js, html.classic-nav{ } li.perf-next-link{ text-align: right; + padding-right: 1em; } a{ text-decoration: none;