Skip to content

Commit

Permalink
fix: Alpha0.6.21 visual adjustments (xdy#131)
Browse files Browse the repository at this point in the history
* Update package-lock.json
* fix: Visual CSS fixes and uniformity, see notes
* fix: v0.6.21 Visual fixes, Info Tab adjustments

Co-authored-by: UltraKev <[email protected]>
  • Loading branch information
xdy and UltraKev authored Sep 19, 2020
1 parent 6ff4ec0 commit f9a315f
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 67 deletions.
131 changes: 75 additions & 56 deletions static/styles/twodsix.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"manifest": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/system.json",
"readme": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/README.md",
"download": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/twodsix.zip",
"version": "0.6.20",
"version": "0.6.21",
"author": "Jonas Karlsson (xdy#3735), Kevin Maree (Ultra Kev#9816), Rob (RobCubed #9180)",
"bugs": "Plenty of them, this is an early alpha...",
"changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",
Expand Down
12 changes: 3 additions & 9 deletions static/templates/actors/parts/actor/actor-info.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
<div class="info-container">
<div class="puller"></div>
<div class="char-description">
<span class="item-title">{{localize "TWODSIX.Actor.Info.DESCRIPTION"}}</span>
<div contenteditable="true" data-edit="data.description">{{{data.description}}}</div>

</div>
<div class="char-contacts">
<span class="item-title">{{localize "TWODSIX.Actor.Info.CONTACTS"}}</span>
<span class="item-title-short">{{localize "TWODSIX.Actor.Info.CONTACTS"}}</span>
<div contenteditable="true" data-edit="data.contacts">{{{data.contacts}}}</div>

</div>
<div class="char-allies">
<span class="item-title">{{localize "TWODSIX.Actor.Info.ALLIES"}}</span>
<span class="item-title-short">{{localize "TWODSIX.Actor.Info.ALLIES"}}</span>
<div contenteditable="true" data-edit="data.allies">{{{data.allies}}}</div>

</div>
<div class="char-enemies">
<span class="item-title">{{localize "TWODSIX.Actor.Info.ENEMIES"}}</span>
<span class="item-title-short">{{localize "TWODSIX.Actor.Info.ENEMIES"}}</span>
<div contenteditable="true" data-edit="data.enemies">{{{data.enemies}}}</div>

</div>
<div class="char-bio">
<span class="item-title">{{localize "TWODSIX.Actor.Info.BIOGRAPHY"}}</span>
<div contenteditable="true" data-edit="data.bio">{{{data.bio}}}</div>

</div>
</div>
3 changes: 2 additions & 1 deletion static/templates/items/parts/common-parts.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</label>
</div>

<div class="mini-grid">
<div class="item-type">
<label for="type" class="resource-label">{{localize "TWODSIX.Items.Items.ItemType"}}
<select id="type" name="type" value={{data.type}}>
Expand Down Expand Up @@ -38,7 +39,7 @@
</select>
</label>
</div>

</div>
<div class="item-skillModifier">
<span class="resource-label">{{localize "TWODSIX.Items.Equipment.SkillModifier"}}</span>
<input id="data.skillModifier" type="text" name="data.skillModifier" value="{{data.skillModifier}}" data-dtype="Number" />
Expand Down

0 comments on commit f9a315f

Please sign in to comment.