aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-04-30 18:37:07 +0200
committerThomas Lange <code@nerdmind.de>2017-04-30 18:38:24 +0200
commitb809db960558cb2062f950783da0c5fbc3d0a422 (patch)
tree2c7e3872bf2724b12568f9a145d873d1b6cbce72
parent77b3a519041f99275563e7609c0ff619e9e935e0 (diff)
downloadblog-b809db960558cb2062f950783da0c5fbc3d0a422.tar.gz
blog-b809db960558cb2062f950783da0c5fbc3d0a422.tar.xz
blog-b809db960558cb2062f950783da0c5fbc3d0a422.zip
Hyperlinks to the documentation and the releases on GitHub added to the footer.
-rw-r--r--template/admin/html/main.php6
-rw-r--r--template/admin/rsrc/main.css9
2 files changed, 13 insertions, 2 deletions
diff --git a/template/admin/html/main.php b/template/admin/html/main.php
index bed186e..d1ab476 100644
--- a/template/admin/html/main.php
+++ b/template/admin/html/main.php
@@ -45,7 +45,11 @@
<?=$HTML?>
</main>
<footer id="main-footer">
- <i class="fa fa-bug"></i> Report bugs via email to <a href="mailto:Thomas Lange <code@nerdmind.de>">code@nerdmind.de</a>!
+ <ul>
+ <li><i class="fa fa-github-square"></i> <a href="https://github.com/Nerdmind/Blog/releases" target="_blank">Releases</a></li>
+ <li><i class="fa fa-book"></i> <a href="https://github.com/Nerdmind/Blog/wiki" target="_blank">Documentation</a></li>
+ <li><i class="fa fa-bug"></i> <a href="mailto:Thomas Lange <code@nerdmind.de>">Bugreport</a></li>
+ </ul>
</footer>
</section>
</body>
diff --git a/template/admin/rsrc/main.css b/template/admin/rsrc/main.css
index a064425..693c740 100644
--- a/template/admin/rsrc/main.css
+++ b/template/admin/rsrc/main.css
@@ -61,7 +61,12 @@ body{font-family:Ruda,sans-serif;font-size:0.7rem;line-height:1.2rem;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Footer
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-#main-footer{font-size:0.6rem;background:#EEE;border-top:0.05rem solid #AAA;padding:0.75rem;text-align:center;}
+#main-footer{font-size:0.6rem;background:#EEE;border-top:0.05rem solid #AAA;padding:0.5rem 0.75rem;text-align:center;}
+#main-footer > ul{margin:0;padding:0;list-style:none;}
+#main-footer > ul > li{display:inline;}
+#main-footer > ul > li + li{}
+#main-footer > ul > li:before{content:"[";font-weight:700;margin-right:0.1rem;}
+#main-footer > ul > li:after{content:"]";font-weight:700;margin-left:0.1rem;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Main Navigation
@@ -214,6 +219,7 @@ label:after{content:":";}
.fa-user:before{content:"\f007"}
.fa-home:before{content:"\f015"}
.fa-plus:before{content:"\f067"}
+.fa-book:before{content:"\f02d"}
.fa-italic:before{content:"\f033"}
.fa-header:before{content:"\f1dc"}
.fa-search:before{content:"\f002"}
@@ -237,6 +243,7 @@ label:after{content:":";}
.fa-newspaper-o:before{content:"\f1ea"}
.fa-arrow-right:before{content:"\f061"}
.fa-external-link:before{content:"\f08e"}
+.fa-github-square:before{content:"\f092"}
.fa-pencil-square-o:before{content:"\f044"}
.fa-question-circle:before{content:"\f059"}
.fa-pencil-square-o:before{content:"\f044"}