diff --git a/server/controllers/templates/web_templates.go b/server/controllers/templates/web_templates.go index f65bbca242..b8946733e9 100644 --- a/server/controllers/templates/web_templates.go +++ b/server/controllers/templates/web_templates.go @@ -316,21 +316,7 @@ var LockTemplate = template.Must(template.New("lock.html.tmpl").Parse(`
Url
: {{.PullUrl}}
Author
: {{.Author}}
diff --git a/server/static/bindata_assetfs.go b/server/static/bindata_assetfs.go
index 7c49505b5b..45418a058f 100644
--- a/server/static/bindata_assetfs.go
+++ b/server/static/bindata_assetfs.go
@@ -10,10 +10,10 @@
package static
import (
- "github.com/elazarl/go-bindata-assetfs"
"bytes"
"compress/gzip"
"fmt"
+ "github.com/elazarl/go-bindata-assetfs"
"io"
"io/ioutil"
"os"
diff --git a/server/static/css/custom.css b/server/static/css/custom.css
index 6d1f46166a..eff3225f1d 100644
--- a/server/static/css/custom.css
+++ b/server/static/css/custom.css
@@ -60,6 +60,19 @@ tbody {
#region-list {
margin-top: 8px;
}
+.queue-item {
+ margin-left: 20px;
+ padding: 0 20px;
+ color: #555;
+ font-size: 11px;
+ font-weight: 600;
+ line-height: 38px;
+ letter-spacing: .1rem;
+ white-space: nowrap;
+ border-radius: 4px;
+ border: 1px solid #bbb;
+ box-sizing: border-box;
+}
/* Larger than phone */
@media (min-width: 550px) {