bg transparency for user profiles

This commit is contained in:
Jeff Atwood 2014-11-12 23:33:41 -08:00
parent 564fb0b100
commit e78149a97e
2 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@
} }
.profile-image { .profile-image {
height: 250px; height: 420px;
width: 100%; width: 100%;
background-size: cover; background-size: cover;
transition: height .15s linear; transition: height .15s linear;
@ -239,7 +239,8 @@
.details { .details {
padding: 15px 15px 4px 15px; padding: 15px 15px 4px 15px;
background-color: $primary; margin-top: -200px;
background: rgba($primary, .85);
transition: margin .15s linear; transition: margin .15s linear;
h1 { h1 {

View File

@ -22,6 +22,8 @@
<% end %> <% end %>
</table> </table>
<div class='footer'>
<p> <p>
<%= t 'flags_reminder.how_to_disable' %> <%= t 'flags_reminder.how_to_disable' %>
</p> </p>
</div>