Web UI corrections

This commit is contained in:
da
2017-02-02 17:52:09 +01:00
parent 8b2a052422
commit 4003fc212e
3 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
background-color: #f2f2f2;
}
</style>
<link href="static/css/main.css" rel="stylesheet">
<link href="static/css/main.css" rel="stylesheet">
<!-- These two are what you want to use by default -->
<link rel="apple-touch-icon" href="static/icon.png">
<link rel="apple-touch-icon-precomposed" href="static/icon.png">
+1 -1
View File
@@ -1 +1 @@
<div class="col-sm-3 text-center"><div class="sounditem" style="background-image: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)), url(/static/img/{{ .Itemprefix }}.jpg); background-size: 100%;"><div data-toggle="tooltip" data-placement="top" title="{{ .Itemtext }}">{{ .Itemcommand }} {{ .Itemsoundname }}<br/>{{ .Itemshorttext }}<br/><a class="btn btn-primary" href="javascript:playSound('{{ .Itemcommand }}', '{{ .Itemsoundname }}')" role="button">Play!</a><br/></div></div></div>
<div class="col-sm-3 text-center"><div class="sounditem"><div data-toggle="tooltip" data-placement="top" title="{{ .Itemtext }}">{{ .Itemcommand }} {{ .Itemsoundname }}<br/>{{ .Itemshorttext }}<br/><a class="btn btn-primary" href="javascript:playSound('{{ .Itemcommand }}', '{{ .Itemsoundname }}')" role="button">Play!</a><br/></div></div></div>