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

View file

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