Skip to content

Commit

Permalink
Added firefox spans
Browse files Browse the repository at this point in the history
  • Loading branch information
DBFBlackbull committed Jan 11, 2024
1 parent 66128bc commit b0f48aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions ADnD_2E_Revised/2ESheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ <h4>Player and Character</h4>
<tr><td colspan="14"><input type="text" name="attr_character-title" title="@{character-title}" class="sheet-table-dynamic" placeholder="Title, formal or personal"/></td></tr>
<tr><td colspan="14">Class:</td></tr>
<tr>
<td colspan="2"><input type="text" name="attr_class1" title="@{class1}" class="sheet-table-dynamic" placeholder="Warrior" list="class-groups"></td>
<td colspan="2"><input type="text" name="attr_class1" title="@{class1}" class="sheet-table-dynamic" placeholder="Warrior" list="class-groups"><span></span></td>
<td>|</td>
<td colspan="2"><input type="text" name="attr_class2" title="@{class2}" class="sheet-table-dynamic" placeholder="Wizard" list="class-groups"></td>
<td colspan="2"><input type="text" name="attr_class2" title="@{class2}" class="sheet-table-dynamic" placeholder="Wizard" list="class-groups"><span></span></td>
<td>|</td>
<td colspan="2"><input type="text" name="attr_class3" title="@{class3}" class="sheet-table-dynamic" placeholder="Priest" list="class-groups"></td>
<td colspan="2"><input type="text" name="attr_class3" title="@{class3}" class="sheet-table-dynamic" placeholder="Priest" list="class-groups"><span></span></td>
<td>|</td>
<td colspan="2"><input type="text" name="attr_class4" title="@{class4}" class="sheet-table-dynamic" placeholder="Rogue" list="class-groups"></td>
<td colspan="2"><input type="text" name="attr_class4" title="@{class4}" class="sheet-table-dynamic" placeholder="Rogue" list="class-groups"><span></span></td>
<td>|</td>
<td colspan="2"><input type="text" name="attr_class5" title="@{class5}" class="sheet-table-dynamic" placeholder="Psion" list="class-groups"></td>
<td colspan="2"><input type="text" name="attr_class5" title="@{class5}" class="sheet-table-dynamic" placeholder="Psion" list="class-groups"><span></span></td>
</tr>
<tr><td colspan="14">Level:</td></tr>
<tr>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h4>Player and Character</h4>
<h4>Character Details</h4>
<table style='width:400px;' class="sheet-default-header">
<tr>
<td>Race:<br><input type="text" name="attr_race" title="@{race}" class="sheet-half" placeholder="PC's Race" list="races"/></td>
<td>Race:<br><input type="text" name="attr_race" title="@{race}" class="sheet-half" placeholder="PC's Race" list="races"/><span></span></td>
<td>Gender:<br><input type="text" name="attr_gender" title="@{gender}" class="sheet-half" placeholder="PC's Gender"/></td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ <h4>Player and Character</h4>
<tr><td colspan="14"><input type="text" name="attr_character-title" title="@{character-title}" class="sheet-table-dynamic" placeholder="Title, formal or personal"/></td></tr>
<tr><td colspan="14">Class:</td></tr>
<tr>
<td colspan="2"><input type="text" name="attr_class1" title="@{class1}" class="sheet-table-dynamic" placeholder="Warrior" list="class-groups"></td>
<td colspan="2"><input type="text" name="attr_class1" title="@{class1}" class="sheet-table-dynamic" placeholder="Warrior" list="class-groups"><span></span></td>
<td>|</td>
<td colspan="2"><input type="text" name="attr_class2" title="@{class2}" class="sheet-table-dynamic" placeholder="Wizard" list="class-groups"></td>
<td colspan="2"><input type="text" name="attr_class2" title="@{class2}" class="sheet-table-dynamic" placeholder="Wizard" list="class-groups"><span></span></td>
<td>|</td>
<td colspan="2"><input type="text" name="attr_class3" title="@{class3}" class="sheet-table-dynamic" placeholder="Priest" list="class-groups"></td>
<td colspan="2"><input type="text" name="attr_class3" title="@{class3}" class="sheet-table-dynamic" placeholder="Priest" list="class-groups"><span></span></td>
<td>|</td>
<td colspan="2"><input type="text" name="attr_class4" title="@{class4}" class="sheet-table-dynamic" placeholder="Rogue" list="class-groups"></td>
<td colspan="2"><input type="text" name="attr_class4" title="@{class4}" class="sheet-table-dynamic" placeholder="Rogue" list="class-groups"><span></span></td>
<td>|</td>
<td colspan="2"><input type="text" name="attr_class5" title="@{class5}" class="sheet-table-dynamic" placeholder="Psion" list="class-groups"></td>
<td colspan="2"><input type="text" name="attr_class5" title="@{class5}" class="sheet-table-dynamic" placeholder="Psion" list="class-groups"><span></span></td>
</tr>
<tr><td colspan="14">Level:</td></tr>
<tr>
Expand Down Expand Up @@ -53,7 +53,7 @@ <h4>Player and Character</h4>
<h4>Character Details</h4>
<table style='width:400px;' class="sheet-default-header">
<tr>
<td>Race:<br><input type="text" name="attr_race" title="@{race}" class="sheet-half" placeholder="PC's Race" list="races"/></td>
<td>Race:<br><input type="text" name="attr_race" title="@{race}" class="sheet-half" placeholder="PC's Race" list="races"/><span></span></td>
<td>Gender:<br><input type="text" name="attr_gender" title="@{gender}" class="sheet-half" placeholder="PC's Gender"/></td>
</tr>
<tr>
Expand Down

0 comments on commit b0f48aa

Please sign in to comment.