Skip to content

Commit

Permalink
Fix issue where avatar runs into bottom of alert box at top of profil…
Browse files Browse the repository at this point in the history
…e pages.
  • Loading branch information
anildash committed Apr 12, 2012
1 parent 443c83a commit 858bc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/assets/css/base.css
Expand Up @@ -279,7 +279,7 @@ form.login .captcha img {margin-top:0.6em;padding-right:90px;float:right;}

/* --- IMAGES AND GRAPHICS -------------------- */

.avatar-container { width: 40px; height: 40px; }
.avatar-container { width: 40px; height: 40px; padding-bottom : 30px; }
.help-container { float:right;margin:40px; }
img.avatar {float:left;margin:5px 0 5px 5px;width:40px;height:40px;}
img.avatar2 {float:left;margin:6px 0 0 0;width:48px;height:48px;}
Expand Down

0 comments on commit 858bc8e

Please sign in to comment.