Character settings now formatted and has done button

This commit is contained in:
Stefan Zermatten
2015-06-25 13:38:20 +02:00
parent 43e87e7786
commit 395edd0563

View File

@@ -1,7 +1,7 @@
<template name="characterSettings"> <template name="characterSettings">
{{#with character}} {{#with character}}
<div> <div style="height: 100px;">
<table> <table style="width: 100%;">
<tr> <tr>
<td>Hide Spells tab</td> <td>Hide Spells tab</td>
<td> <td>
@@ -23,4 +23,5 @@
</table> </table>
</div> </div>
{{/with}} {{/with}}
<paper-button id="doneButton" affirmative> Done </paper-button>
</template> </template>