Revert "try this placement of the star"

This reverts commit e4cccc277f.
pull/1/head
eric 2012-10-03 08:57:35 -04:00
parent 57dc500643
commit deb67de0b8
3 changed files with 15 additions and 24 deletions

View File

@ -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">

View File

@ -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 {
@ -196,14 +195,11 @@ img.user-avatar {
-webkit-border-radius: 7px; -webkit-border-radius: 7px;
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;
} }
.social { .social {
width: 100%; width: 100%;

View File

@ -85,7 +85,6 @@
line-height:normal; line-height:normal;
float:left; float:left;
width:25%; width:25%;
position: relative;
} }
.user-block3, .user-block3,
@ -121,13 +120,10 @@ img.user-avatar {
margin-right:10px; margin-right:10px;
.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;
} }
.social { .social {