1
0
Fork 0

frio - some small styling fixes for the manage page (badges, center name, paddings)

This commit is contained in:
rabuzarus 2019-02-14 03:06:57 +01:00
commit ecc393e1c3
2 changed files with 28 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<div class="identity-match-photo" id="identity-match-photo-{{$id.uid}}">
<button name="identity" value="{{$id.uid}}" onclick="this.form.submit();" title="{{$id.username}}">
<img src="{{$id.thumb}}" alt="{{$id.username}}" />
{{if $id.notifications}}<span class="manage-notify">{{$id.notifications}}</span>{{/if}}
{{if $id.notifications}}<span class="manage-notify badge">{{$id.notifications}}</span>{{/if}}
</button>
</div>