fix popover bottom spacing

This commit is contained in:
Felix Niklas 2016-03-23 15:16:04 +01:00
parent 436dab6a1a
commit 8b09d2f97b
2 changed files with 7 additions and 2 deletions

View file

@ -2,7 +2,6 @@
<div class="user-organization"><a href="<%- @user.organization.uiUrl() %>"><%= @user.organization.displayName() %></a></div>
<% end %>
<hr>
<div>
<% for row in @userData: %>
<% if @user[row.name]: %>
<div class="popover-block">

View file

@ -3603,7 +3603,8 @@ footer {
}
.popover-content {
padding: 0 17px 10px;
padding: 0 17px;
margin-bottom: 21px;
}
.popover.right { margin-left: 4px; }
@ -3668,6 +3669,11 @@ footer {
letter-spacing: 0.05em;
}
.popover .two-columns,
.popover .three-columns {
margin-bottom: -8px;
}
.popover .column label {
margin: 8px 0 1px;
}