Fix public preference manage page's list style.
This commit is contained in:
parent
7be73d59d6
commit
215aae5366
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,6 @@ input[disabled] {
|
|||
.lists {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 40px 0;
|
||||
}
|
||||
.lists li {
|
||||
margin: 0 0 5px 0;
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
<input type="text" name="name" value="{{ .Data.Subscriber.Name }}" maxlength="256" required />
|
||||
|
||||
{{ if .Data.Subscriptions }}
|
||||
<p><label>{{ L.T "public.managePrefsUnsub" }}</label></p>
|
||||
<br /><br />
|
||||
<h3>{{ L.T "public.managePrefsUnsub" }}</h3>
|
||||
<ul class="lists">
|
||||
{{ range $i, $l := .Data.Subscriptions }}
|
||||
{{ if ne $l.SubscriptionStatus.Value "unsubscribed" }}
|
||||
|
|
Loading…
Reference in a new issue