diff --git a/templates/base/head_notice.tmpl b/templates/base/head_notice.tmpl index 2880b494d..88615cc38 100644 --- a/templates/base/head_notice.tmpl +++ b/templates/base/head_notice.tmpl @@ -3,14 +3,22 @@
+ {{ $firstTag := true }} {{range .notices.Notices}} {{if eq .Visible 1}} - - - {{.Title}} - + {{if $firstTag}} + + + {{.Title}} + + {{else}} + + + {{.Title}} + + {{end}} + {{ $firstTag = false }} {{end}} - {{end}} diff --git a/web_src/less/openi.less b/web_src/less/openi.less index a4a812cce..1d165dda8 100644 --- a/web_src/less/openi.less +++ b/web_src/less/openi.less @@ -605,7 +605,7 @@ display: block; } .a_width{ // width: 50% !important; - margin-right: 20em; + margin-left: 20em; // display:inline-block !important; } .a_width i{