Skip to content

Commit

Permalink
[BUGFIX] news-single page navigation 'next record link' aligned to le…
Browse files Browse the repository at this point in the history
…ft when no 'previous record link'. (#500)
  • Loading branch information
pxamike authored and dmh committed Apr 8, 2019
1 parent 0a2df0b commit 3422e9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Resources/Public/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Resources/Public/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -4135,7 +4135,6 @@
&__prev,
&__next {
width: 50%;
float: left;
position: relative;

&:before,
Expand All @@ -4146,6 +4145,7 @@
}

&__next {
float: right;
text-align: right;
padding: 0 25px 0 15px;

Expand All @@ -4157,6 +4157,7 @@
}

&__prev {
float: left;
padding: 0 15px 0 25px;

.link-arrow--circle();
Expand Down
3 changes: 2 additions & 1 deletion felayout_t3kit/dev/styles/main/plugins/news/news.less
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
&__prev,
&__next {
width: 50%;
float: left;
position: relative;

&:before,
Expand All @@ -201,6 +200,7 @@
}

&__next {
float: right;
text-align: right;
padding: 0 25px 0 15px;

Expand All @@ -212,6 +212,7 @@
}

&__prev {
float: left;
padding: 0 15px 0 25px;

.link-arrow--circle();
Expand Down

0 comments on commit 3422e9d

Please sign in to comment.