Added link to GitHub and Troubleshooting in the footer, on the left side

This commit is contained in:
Bas Stottelaar
2014-09-03 15:37:07 +02:00
parent e8b330f3ba
commit efa9ac77b8
3 changed files with 20 additions and 0 deletions

View File

@@ -77,6 +77,12 @@
</div>
<footer>
<div id="info">
<small>
<a href="https://github.com/rembo10/headphones"><i class="fa fa-headphones"></i> Website</a> |
<a href="https://github.com/rembo10/headphones/wiki/TroubleShooting"><i class="fa fa-ambulance"></i> Help</a>
</small>
</div>
<div id="actions">
<small>
<a href="shutdown"><i class="fa fa-power-off"></i> Shutdown</a> |

View File

@@ -1261,6 +1261,13 @@ div#artistheader h2 a {
float: left;
text-align: left;
}
#info {
float: left;
text-align: left;
margin-left: 10px;
margin-top: -5px;
color: #cccccc;
}
#actions {
float: right;
text-align: right;

View File

@@ -938,6 +938,13 @@ div#artistheader {
float: left;
text-align: left;
}
#info {
float: left;
text-align: left;
margin-left: 10px;
margin-top: -5px;
color: @border-color;
}
#actions {
float: right;
text-align: right;