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 class="block-inner">
<span class="my-setting">My Profile
</span>
</div>
</div>
<div class="user-block2">
<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>
</span>
</div>
</div>
<div class="user-block2">
{% if supporter.profile.pic_url %}
<img class="user-avatar" src="{{ supporter.profile.pic_url }}" height="50" width="50" alt="Picture of {{ supporter }}" title="{{ supporter }}" />
{% else %}
@ -113,17 +113,16 @@ there's no tab for seeing ALL my books, only the filters! huh.
{% else %}
<div id="user-block1">
<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 %}
<img class="user-avatar" src="{{ supporter.profile.pic_url }}" height="50" width="50" alt="Picture of {{ supporter }}" title="{{ supporter }}" />
{% else %}
<img class="user-avatar" src="/static/images/header/avatar.png" height="50" width="50" alt="Generic Ungluer Avatar" title="Ungluer" />
{% endif %}
<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 class="user-block2">

View File

@ -161,7 +161,6 @@
line-height: normal;
float: left;
width: 25%;
position: relative;
}
.user-block3,
.user-block4 {
@ -196,14 +195,11 @@ img.user-avatar {
-webkit-border-radius: 7px;
border-radius: 7px;
}
img.user-badge {
position: absolute;
margin-left: 30px;
margin-top: -12px;
z-index: 100;
img.user-badge{
vertical-align:middle;
}
.user-badges {
font-size: 32px;
.user-badges{
font-size:32px;
}
.social {
width: 100%;

View File

@ -85,7 +85,6 @@
line-height:normal;
float:left;
width:25%;
position: relative;
}
.user-block3,
@ -121,13 +120,10 @@ img.user-avatar {
margin-right:10px;
.one-border-radius(7px);
}
img.user-badge {
position: absolute;
margin-left: 30px;
margin-top: -12px;
z-index: 100;
img.user-badge{
vertical-align:middle;
}
.user-badges {
.user-badges{
font-size:32px;
}
.social {