make css consistent

This commit is contained in:
sentriz
2019-06-24 15:11:54 +01:00
parent 895d27378f
commit 4ed144da84
9 changed files with 81 additions and 37 deletions

View File

@@ -5,7 +5,7 @@
<div class="box-title">
<i class="mdi mdi-key-change"></i> updating last.fm keys
</div>
<div class="right">
<div class="text-right">
<span class="light">current key</span> <i>{{ if .CurrentLastFMAPIKey }}{{ .CurrentLastFMAPIKey }}{{ else }}not set{{ end }}</i><br/>
<span class="light">current secret</span> <i>{{ if .CurrentLastFMAPISecret }}{{ .CurrentLastFMAPISecret }}{{ else }}not set{{ end }}</i>
</div>