Skip to content
This repository was archived by the owner on Jul 6, 2020. It is now read-only.

Commit 6a57ed6

Browse files
author
Bernhard Posselt
committed
move sharing link to the bottom
1 parent e3ae4ea commit 6a57ed6

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ owncloud-news (7.1.0)
22
* **Backwards incompatible change**: Change explore URL API to request a file instead of URL parameter
33
* **Enhancement**: Improve explore feeds page design
44
* **Enhancement**: Add more feeds on the explore feeds page
5+
* **Enhancement**: Add a list of german feeds for the explore page
6+
* **Enhancement**: Allow to select other languages than the currently set language
57

68
owncloud-news (7.0.1)
79
* **Enhancement**: Show text preview in compact mode

css/explore.css

+6-3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
#explore .explore-filter {
8787
text-align: right;
8888
padding: 30px;
89+
padding-top: 0;
8990
}
9091

9192
#explore .explore-filter input,
@@ -98,12 +99,14 @@
9899
width: 200px;
99100
}
100101

101-
#explore .explore-header {
102-
margin: 0 45px 45px 0;
102+
#explore .explore-footer {
103+
clear: both;
104+
margin: 75px 0;
103105
text-align: center;
104106
}
105107

106-
#explore .explore-header a {
108+
#explore .explore-footer a {
109+
font-size: 11pt;
107110
color: #0000AA;
108111
text-decoration: underline;
109112
}

css/news.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/news.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/part.content.explore.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
</label>
88
</div>-->
99

10-
<div class="explore-header">
11-
<a href="https://github.com/owncloud/news/wiki/Explore-Feed-Section"><?php p($l->t('Got more awesome feeds? Share them with us!')) ?></a>
12-
</div>
1310

1411
<div class="explore-filter">
1512
<label for="explorelanguagecode"><?php p($l->t('Language')) ?>: </label>
@@ -49,4 +46,8 @@
4946
</div>
5047
</div>
5148
</div>
49+
50+
<div class="explore-footer">
51+
<a target="_blank" href="https://github.com/owncloud/news/wiki/Explore-Feed-Section"><?php p($l->t('Got more awesome feeds? Share them with us!')) ?></a>
52+
</div>
5253
</div>

0 commit comments

Comments
 (0)