frio - some small styling fixes for the manage page (badges, center name, paddings)
This commit is contained in:
parent
d96ace0224
commit
ecc393e1c3
2 changed files with 28 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue