Skip to content

Commit

Permalink
Style kick button; #232
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Sep 3, 2016
1 parent 56c079d commit a86205d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/organization/users.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ block users_media
text-align: left;
}

.kick-form .button {
margin: -8px 0 -8px -12px;
}

if is_admin
style.
#users-table td:nth-child(3), #users-table th:nth-child(3) {
border-right: none;
}

block users_js_media
script(type='text/javascript').
$(function () {
Expand Down

0 comments on commit a86205d

Please sign in to comment.