Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit f4efe71

Browse files
author
mortendk
committed
arrows and frontpage corrected
1 parent a8567ea commit f4efe71

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

sites/all/themes/osto_web/css_newtheme/style.css

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,7 @@ Fullwidth
311311

312312
/* pager */
313313
.page .view .pager li {
314-
border: 1px solid var(--color-darkgray);
315-
padding: 0.6rem 1rem;
314+
padding: 0.6rem 1rem;
316315
}
317316
.page .view .pager li:hover,
318317
.page .view .pager li.pager-current {
@@ -633,6 +632,45 @@ Footer
633632
margin: 0 auto;
634633
display: block;
635634
}
635+
.front .page .container-12 .grid-12.front-videos {
636+
width: 50%;
637+
}
638+
639+
.front .page .container-12 .grid-12.region-postscript-second {
640+
width: 70%;
641+
float: none;
642+
margin: 0 auto;
643+
display: block;
644+
}
645+
.front .page .container-12 .grid-12.region-postscript-second .views-row {
646+
flex: 0 0 32%;
647+
margin: 0 1% 1% 0;
648+
}
649+
650+
.front .page .container-12 .grid-12.region-postscript-second .block-title {
651+
text-align: center;
652+
color: var(--color-blue);
653+
}
654+
655+
.page .block-ting-products-block-1 .item-list .pager-next a,
656+
.page .block-ting-projects-block-1 .item-list .pager-next a{
657+
background: url(img/arrow-right.svg) no-repeat;
658+
background-position: center center;
659+
}
660+
.page .block-ting-products-block-1 .item-list .pager-previous a,
661+
.page .block-ting-projects-block-1 .item-list .pager-previous a {
662+
background: url(img/arrow-left.svg) no-repeat;
663+
background-position: center center;
664+
}
665+
666+
667+
.page .block-ting-products-block-1 .item-list .pager-next,
668+
.page .block-ting-projects-block-1 .item-list .pager-next,
669+
.page .block-ting-products-block-1 .item-list .pager-previous,
670+
.page .block-ting-projects-block-1 .item-list .pager-previous {
671+
background: transparent;
672+
}
673+
636674

637675
/* dk kort */
638676
#zone-postscript-top-wrapper {

0 commit comments

Comments
 (0)