Moved RSS feed links to the bottom of the page.
This commit is contained in:
parent
264d062bae
commit
5cc7da6e59
2 changed files with 30 additions and 15 deletions
30
main.tmpl
30
main.tmpl
|
|
@ -52,25 +52,27 @@
|
|||
#end if
|
||||
<div id="topbar">
|
||||
${c.genActionMenu}
|
||||
#if showRssLinks:
|
||||
<span id="rss">
|
||||
<a href="${c.req.makeUri("/threadActivity.xml")}"
|
||||
><img
|
||||
src="${c.req.makeUri("/images/Feed-icon.svg", absolute = false)}"
|
||||
style="width:1em;height:1em;vertical-align:middle"
|
||||
>Thread activity</a>
|
||||
<a href="${c.req.makeUri("/postActivity.xml")}"
|
||||
><img
|
||||
src="${c.req.makeUri("/images/Feed-icon.svg", absolute = false)}"
|
||||
style="width:1em;height:1em;vertical-align:middle"
|
||||
>Posts activity</a>
|
||||
</span>
|
||||
#end if
|
||||
</div>
|
||||
|
||||
#if c.isThreadsList:
|
||||
${c.genListOnline(stats)}
|
||||
#end if
|
||||
|
||||
#if showRssLinks:
|
||||
<span id="rss">
|
||||
<a href="${c.req.makeUri("/threadActivity.xml")}"
|
||||
><img
|
||||
src="${c.req.makeUri("/images/Feed-icon.svg", absolute = false)}"
|
||||
class="rssfeed"
|
||||
>Thread activity</a>
|
||||
<a href="${c.req.makeUri("/postActivity.xml")}"
|
||||
><img
|
||||
src="${c.req.makeUri("/images/Feed-icon.svg", absolute = false)}"
|
||||
class="rssfeed"
|
||||
>Posts activity</a>
|
||||
</span>
|
||||
#end if
|
||||
|
||||
<div id="footerPush"></div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
|
|
|
|||
|
|
@ -125,6 +125,19 @@ div#header a:hover, #nimbtn a:hover {
|
|||
width: 15%;
|
||||
}
|
||||
|
||||
span#rss {
|
||||
margin: 5pt;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
img.rssfeed {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
padding-right:3pt;
|
||||
margin-top:-1pt;
|
||||
|
||||
}
|
||||
|
||||
#whoisonline {
|
||||
margin: 5pt;
|
||||
font-size: 9pt;
|
||||
|
|
@ -153,7 +166,7 @@ div#header a:hover, #nimbtn a:hover {
|
|||
}
|
||||
|
||||
#footerPush {
|
||||
height: 21pt;
|
||||
height: 24pt;
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue