Skip to content

Commit

Permalink
style send invite form the long way, fixes #52 finally
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanReeve committed Jul 17, 2014
1 parent e5ccc72 commit adcc5e7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
10 changes: 10 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.css.map

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions style.scss
Expand Up @@ -1418,6 +1418,22 @@ form {
}
}

#send-invite-form #friend-list li {
.avatar, h4 {
display: inline-block;
}
.avatar {
margin-right: 20px;
}
.activity {
margin-left: 10px;
vertical-align: middle;
}
.action {
margin-top: 10px;
}
}

.action .button {
padding: 3px 8px;
font-size: 75%;
Expand Down

0 comments on commit adcc5e7

Please sign in to comment.