Skip to content

Commit

Permalink
Moving elements a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
furilo committed Apr 7, 2015
1 parent 56bbd2f commit 09c65cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/layout/_user-profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-size: 1.6em;
margin: 0 0 .15em 0;
padding: .35em 0 0 0;
width: 260px;
width: 330px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down Expand Up @@ -61,14 +61,14 @@
.has_donated {
position: absolute;
top: 15px;
right: 165px;
right: 135px;
width: 150px;
}
.thinking_on_donating {
position: absolute;
top: 15px;
right: 0;
width: 175px;
width: 150px;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/users/_header.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header>

<h1>
<h1 title="<%= @user.name %>">
<%= gravatar_for(@user, size: 72) %>
<%= @user.name %>
</h1>
Expand Down

0 comments on commit 09c65cb

Please sign in to comment.