Skip to content

Commit

Permalink
Merge pull request #6246 from AugierLe42e/spv-align-icons
Browse files Browse the repository at this point in the history
Better alignement of interaction icons
  • Loading branch information
Steffen van Bergerem committed Jul 25, 2015
2 parents 3c584ce + 1423ba7 commit 7f28c79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/mobile/mobile.scss
Expand Up @@ -459,7 +459,11 @@ h3 { margin-top: 0; }
height: 20px;
width: 20px;
padding: 0;
margin-left: 5px;
margin-left: 15px;

&:last-child{
margin-right: 5px;
}

&.loading {
background-image: image-url("mobile-spinner.gif");
Expand Down

0 comments on commit 7f28c79

Please sign in to comment.