diff --git a/Fantasy_Craft/README.md b/Fantasy_Craft/README.md index 545152599d..52b468b74f 100644 --- a/Fantasy_Craft/README.md +++ b/Fantasy_Craft/README.md @@ -14,6 +14,7 @@ This is my fork of Suldae's initial sheet. * Added Holdings section * Finally(!) fixed width control of spell section's repitems. Now they always occupy 100% width * Added sheet version/date +* Adjusted Path text input to be wider and changed to textarea #### Minor update - Mar 2015 * Darkened background as temporary 'fix' for larger UI changes diff --git a/Fantasy_Craft/fantasycraft.css b/Fantasy_Craft/fantasycraft.css index cce31e8e28..2eb1048d89 100644 --- a/Fantasy_Craft/fantasycraft.css +++ b/Fantasy_Craft/fantasycraft.css @@ -1352,7 +1352,6 @@ span.sheet-spelltypetab { text-align: center; margin: 0px; padding: 0px; - max-width: 839px; max-width: 100%; } @@ -3349,6 +3348,15 @@ input[type=number]:disabled { font-size: medium; } +.charsheet textarea.sheet-verticalTextPath { + box-sizing: content-box; + width: auto; + max-width: auto; + height: auto; + font-family: 'Patrick Hand SC'; + font-size: medium; +} + .charsheet .sheet-textAreaNoWider { resize:vertical!important; } diff --git a/Fantasy_Craft/fantasycraft.html b/Fantasy_Craft/fantasycraft.html index 104d7bfffc..15a80c618b 100644 --- a/Fantasy_Craft/fantasycraft.html +++ b/Fantasy_Craft/fantasycraft.html @@ -9,7 +9,7 @@