Browse Source

added some padding

bach 2 years ago
parent
commit
1be3f0c38e

+ 1 - 1
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;

+ 2 - 1
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,

+ 1 - 1
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;

+ 1 - 0
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;