even more design updatess

This commit is contained in:
Andreas N 2015-01-03 02:00:54 +01:00
parent 6ab87a5431
commit e25b05297f
2 changed files with 4 additions and 2 deletions

View File

@ -81,6 +81,8 @@
} }
.profile--avatar { .profile--avatar {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
width: 100%; width: 100%;
height: auto; height: auto;
border: medium none; border: medium none;

View File

@ -1,9 +1,9 @@
.profile--header .profile--header
.container.j2-page .container.j2-page
.col-md-4.col-xs-12.col-sm-4 .col-md-3.col-xs-12.col-sm-4
= render 'user/profile_info' = render 'user/profile_info'
.hidden-xs= render 'shared/links' .hidden-xs= render 'shared/links'
.col-md-8.col-xs-12.col-sm-8 .col-md-9.col-xs-12.col-sm-8
= render 'shared/questionbox' = render 'shared/questionbox'
#answers #answers
- @answers.each do |a| - @answers.each do |a|