aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_layout.scss
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2015-01-26 18:13:55 +0100
committerMarius Halden <marius.h@lden.org>2015-01-26 18:13:55 +0100
commit1c5c685d0b0904e7ddc6e764e58e8fae08632d1d (patch)
tree559d5fddb743c1c083e23c9a3831efea92a240cb /web/cobrands/sass/_layout.scss
parent84de1b811a219c41adbdcc8b65851320a77e98f7 (diff)
parent04117b8be30b5d82d50cdc047ac4e7c19864f8ed (diff)
Merge tag 'v1.5.3' into fiksgatami-dev
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r--web/cobrands/sass/_layout.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 632385cac..d1cfb6be7 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -388,10 +388,11 @@ body.fullwidthpage {
.container {
.content {
box-shadow: none;
- padding: 1em 1em 0em;
+ padding: 1em;
margin-bottom: 0em;
footer {
margin-top: 0em;
+ margin-bottom: -1em;
.tablewrapper {
padding-top: 2em;
padding-bottom: 3em;
@@ -630,8 +631,8 @@ body.twothirdswidthpage {
display:block;
cursor: pointer;
position:absolute;
- left:-1em;
- width:1em;
+ left: -0.97em; /* 1em leaves a tiny gap, font issue */
+ width: 1em;
height:100%;
background:#000 url($image-sprite) right -4119px no-repeat;
@include border-radius(0.25em 0 0 0.25em);