parent
57dc500643
commit
deb67de0b8
|
@ -93,15 +93,15 @@ there's no tab for seeing ALL my books, only the filters! huh.
|
||||||
<div id="user-block1">
|
<div id="user-block1">
|
||||||
<div class="block-inner">
|
<div class="block-inner">
|
||||||
<span class="my-setting">My Profile
|
<span class="my-setting">My Profile
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="user-block2">
|
|
||||||
<span class="user-badges">
|
<span class="user-badges">
|
||||||
{% for badge in supporter.profile.badges.all %}
|
{% for badge in supporter.profile.badges.all %}
|
||||||
<img class="user-badge" src="{{ badge.path }}" alt="{{ badge.description }}" title="{{ badge.description }}" />
|
<img class="user-badge" src="{{ badge.path }}" alt="{{ badge.description }}" title="{{ badge.description }}" />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</span>
|
</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="user-block2">
|
||||||
{% if supporter.profile.pic_url %}
|
{% if supporter.profile.pic_url %}
|
||||||
<img class="user-avatar" src="{{ supporter.profile.pic_url }}" height="50" width="50" alt="Picture of {{ supporter }}" title="{{ supporter }}" />
|
<img class="user-avatar" src="{{ supporter.profile.pic_url }}" height="50" width="50" alt="Picture of {{ supporter }}" title="{{ supporter }}" />
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -113,17 +113,16 @@ there's no tab for seeing ALL my books, only the filters! huh.
|
||||||
{% else %}
|
{% else %}
|
||||||
<div id="user-block1">
|
<div id="user-block1">
|
||||||
<div class="block-inner">
|
<div class="block-inner">
|
||||||
<span class="user-badges">
|
|
||||||
{% for badge in supporter.profile.badges.all %}
|
|
||||||
<img class="user-badge" src="{{ badge.path }}" alt="{{ badge.description }}" title="{{ badge.description }}" />
|
|
||||||
{% endfor %}
|
|
||||||
</span>
|
|
||||||
{% if supporter.profile.pic_url %}
|
{% if supporter.profile.pic_url %}
|
||||||
<img class="user-avatar" src="{{ supporter.profile.pic_url }}" height="50" width="50" alt="Picture of {{ supporter }}" title="{{ supporter }}" />
|
<img class="user-avatar" src="{{ supporter.profile.pic_url }}" height="50" width="50" alt="Picture of {{ supporter }}" title="{{ supporter }}" />
|
||||||
{% else %}
|
{% else %}
|
||||||
<img class="user-avatar" src="/static/images/header/avatar.png" height="50" width="50" alt="Generic Ungluer Avatar" title="Ungluer" />
|
<img class="user-avatar" src="/static/images/header/avatar.png" height="50" width="50" alt="Generic Ungluer Avatar" title="Ungluer" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="user-name"><a href="#">{{ supporter.username }}</a></span>
|
<span class="user-name"><a href="#">{{ supporter.username }}</a></span>
|
||||||
|
<span class="user-badges">
|
||||||
|
{% for badge in supporter.profile.badges.all %}
|
||||||
|
<img src="{{ badge.path }}" alt="{{ badge.description }}" title="{{ badge.description }}" />
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="user-block2">
|
<div class="user-block2">
|
||||||
|
|
|
@ -161,7 +161,6 @@
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
float: left;
|
float: left;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
.user-block3,
|
.user-block3,
|
||||||
.user-block4 {
|
.user-block4 {
|
||||||
|
@ -197,10 +196,7 @@ img.user-avatar {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
img.user-badge{
|
img.user-badge{
|
||||||
position: absolute;
|
vertical-align:middle;
|
||||||
margin-left: 30px;
|
|
||||||
margin-top: -12px;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
}
|
||||||
.user-badges{
|
.user-badges{
|
||||||
font-size:32px;
|
font-size:32px;
|
||||||
|
|
|
@ -85,7 +85,6 @@
|
||||||
line-height:normal;
|
line-height:normal;
|
||||||
float:left;
|
float:left;
|
||||||
width:25%;
|
width:25%;
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-block3,
|
.user-block3,
|
||||||
|
@ -122,10 +121,7 @@ img.user-avatar {
|
||||||
.one-border-radius(7px);
|
.one-border-radius(7px);
|
||||||
}
|
}
|
||||||
img.user-badge{
|
img.user-badge{
|
||||||
position: absolute;
|
vertical-align:middle;
|
||||||
margin-left: 30px;
|
|
||||||
margin-top: -12px;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
}
|
||||||
.user-badges{
|
.user-badges{
|
||||||
font-size:32px;
|
font-size:32px;
|
||||||
|
|
Loading…
Reference in New Issue