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