Skip to content

Commit

Permalink
Ensure wrapped contact text fields left align in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Geisler committed May 11, 2015
1 parent 2d206db commit aa2817c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/spotlight/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,15 @@

.contact-photo {
border: 1px solid #CCC;
border-radius: $border-radius-base;
float: left;
margin-right: 15px;
margin-top: 3px;
}

// Indent contact fields so they align evenly, only when there is a contact photo
.sidenav.contacts .contact-photo + div[itemprop] ~ div[itemprop] {
margin-left: 87px;
}

.item-grid-block {
Expand Down

0 comments on commit aa2817c

Please sign in to comment.