Adjusting user summary styling
This commit is contained in:
parent
6198ad419c
commit
409227f2d5
|
@ -5,8 +5,10 @@
|
|||
</span>
|
||||
|
||||
<div class="bio">
|
||||
<small><%= strip_tags(user.current_skills).truncate(50) %></small>
|
||||
<small title="<%= strip_tags(user.current_skills).truncate(150) %>">
|
||||
<%= strip_tags(user.current_skills).truncate(50) %>
|
||||
</small>
|
||||
</div>
|
||||
<h4><%= link_to user.name, user %>
|
||||
<h4><%= link_to user.name, user, title: user.name %>
|
||||
</h4>
|
||||
</div>
|
||||
|
|
|
@ -7,22 +7,20 @@
|
|||
.users .badges {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
height: 16px;
|
||||
}
|
||||
.users .badges img {
|
||||
float: left;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-color: white;
|
||||
border-radius: 12px;
|
||||
}
|
||||
.users .bio, .users .thumbnail h4 {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
height: 3em;
|
||||
}
|
||||
.users .thumbnail h4 {
|
||||
height: 1em;
|
||||
height: 14pt;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue
Block a user