Skip to content

Commit

Permalink
Minor removal styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxantron committed Jan 28, 2017
1 parent 9d5adcb commit 8e245d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/css/combined.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/css/scrumonline.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@ span.session-list.right {
text-align: right;
}

/*
* Removal styling
*/
div.removal {
margin-top: 150px;
}

/*
* Plugin styles
Expand Down
2 changes: 1 addition & 1 deletion src/templates/removal.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="alert alert-warning">
<div class="alert alert-warning removal">
<p>You were removed from the session!</p>
</div>

0 comments on commit 8e245d7

Please sign in to comment.