Skip to content

Commit

Permalink
style for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lduboeuf committed Feb 21, 2017
1 parent 48d6d15 commit ad54de5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/commons/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,12 @@ ul.topnav li.icon {
padding:8px;
/*padding-top:12px;*/
}
#tool-next-member li, #tool-match li{
padding:0;
}
#tool-next-member li label, #tool-match li label{
display:block;
padding:10px 16px;
}
#tool-next-member li input, #tool-match li input{
float:right;
Expand Down
2 changes: 1 addition & 1 deletion src/tools/tool-match.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h3>{{=it[prop].name}}<input type="checkbox" name="tick_all"></input></h3>
</div>
<div class="result team">
<h3>Matches</h3>
<ul class="teams list" >
<ul class="list" >
{{~it.left :lname:idx}}
<li>{{=lname}} -- {{=it.right[idx]}}</li>
{{~}}
Expand Down

0 comments on commit ad54de5

Please sign in to comment.