mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-16 04:58:01 +00:00
Add some padding between image and icons.
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
<a href="{{ mailurl }}">
|
<a href="{{ mailurl }}">
|
||||||
<img src="{{ mailurl }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
<img src="{{ mailurl }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
||||||
</a>
|
</a>
|
||||||
<div style="float:inline-end; font-size:{% widthratio size 3 1 %}px;">
|
<div style="padding-left:2px; float:inline-end; font-size:{% widthratio size 3 1 %}px;">
|
||||||
<i class="fas fa-unlock" title="None-SSL connection (http)"></i>
|
<i class="fas fa-unlock" title="None-SSL connection (http)"></i>
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-at" title="mail: {{ form.mail.value }}"></i>
|
<i class="fas fa-at" title="mail: {{ form.mail.value }}"></i>
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
<a href="{{ mailurl_secure }}">
|
<a href="{{ mailurl_secure }}">
|
||||||
<img src="{{ mailurl_secure }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
<img src="{{ mailurl_secure }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
||||||
</a>
|
</a>
|
||||||
<div style="float:inline-end; font-size:{% widthratio size 3 1 %}px;">
|
<div style="padding-left:2px; float:inline-end; font-size:{% widthratio size 3 1 %}px;">
|
||||||
<i class="fas fa-lock" title="Secure connection (https)"></i>
|
<i class="fas fa-lock" title="Secure connection (https)"></i>
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-at" title="mail: {{ form.mail.value }}"></i>
|
<i class="fas fa-at" title="mail: {{ form.mail.value }}"></i>
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
<a href="{{ BASE_URL }}{{ mail_hash256 }}?s={{ size }}">
|
<a href="{{ BASE_URL }}{{ mail_hash256 }}?s={{ size }}">
|
||||||
<img src="{{ BASE_URL }}{{ mail_hash256 }}?s={{ size }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
<img src="{{ BASE_URL }}{{ mail_hash256 }}?s={{ size }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
||||||
</a>
|
</a>
|
||||||
<div style="float:inline-end; font-size:{% widthratio size 3 1 %}px;">
|
<div style="padding-left:2px; float:inline-end; font-size:{% widthratio size 3 1 %}px;">
|
||||||
<i class="fas fa-unlock" title="None-SSL connection (http)"></i>
|
<i class="fas fa-unlock" title="None-SSL connection (http)"></i>
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-at" title="mail: {{ form.mail.value }}"></i>
|
<i class="fas fa-at" title="mail: {{ form.mail.value }}"></i>
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
<a href="{{ SECURE_BASE_URL }}{{ mail_hash256 }}?s={{ size }}">
|
<a href="{{ SECURE_BASE_URL }}{{ mail_hash256 }}?s={{ size }}">
|
||||||
<img src="{{ SECURE_BASE_URL }}{{ mail_hash256 }}?s={{ size }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
<img src="{{ SECURE_BASE_URL }}{{ mail_hash256 }}?s={{ size }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
||||||
</a>
|
</a>
|
||||||
<div style="float:inline-end; font-size:{% widthratio size 3 1 %}px;">
|
<div style="padding-left:2px; float:inline-end; font-size:{% widthratio size 3 1 %}px;">
|
||||||
<i class="fas fa-lock" title="Secure connection (https)"></i>
|
<i class="fas fa-lock" title="Secure connection (https)"></i>
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-at" title="mail: {{ form.mail.value }}"></i>
|
<i class="fas fa-at" title="mail: {{ form.mail.value }}"></i>
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
<a href="{{ openidurl }}">
|
<a href="{{ openidurl }}">
|
||||||
<img src="{{ openidurl }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
<img src="{{ openidurl }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
||||||
</a>
|
</a>
|
||||||
<div style="float:inline-end; font-size:{% widthratio size 3 1 %}px">
|
<div style="padding-left:2px; float:inline-end; font-size:{% widthratio size 3 1 %}px">
|
||||||
<i class="fas fa-unlock" title="None-SSL connection (http)"></i>
|
<i class="fas fa-unlock" title="None-SSL connection (http)"></i>
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fab fa-openid" title="openid: {{ form.openid.value }}"></i>
|
<i class="fab fa-openid" title="openid: {{ form.openid.value }}"></i>
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
<a href="{{ openidurl_secure }}">
|
<a href="{{ openidurl_secure }}">
|
||||||
<img src="{{ openidurl_secure }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
<img src="{{ openidurl_secure }}" style="max-width: {{ size }}px; max-height: {{ size }}px;">
|
||||||
</a>
|
</a>
|
||||||
<div style="float:inline-end; font-size:{% widthratio size 3 1 %}px">
|
<div style="padding-left:2px; float:inline-end; font-size:{% widthratio size 3 1 %}px">
|
||||||
<i class="fas fa-lock" title="Secure connection (http)"></i>
|
<i class="fas fa-lock" title="Secure connection (http)"></i>
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fab fa-openid" title="openid: {{ form.openid.value }}"></i>
|
<i class="fab fa-openid" title="openid: {{ form.openid.value }}"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user