From ca49bd287c4eaf34f9d5b41bcf769435c44449af Mon Sep 17 00:00:00 2001 From: Twibbit Date: Fri, 30 May 2014 17:01:25 -0500 Subject: [PATCH] Updates to CSS for new items --- 13th_Age/13th_Age.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/13th_Age/13th_Age.css b/13th_Age/13th_Age.css index 4b17f46c85..b8f4adcd52 100644 --- a/13th_Age/13th_Age.css +++ b/13th_Age/13th_Age.css @@ -1,7 +1,7 @@ .charsheet label { display: inline-block; width: 75px; - text-align: right; + text-align: right; } .charsheet input { @@ -34,8 +34,15 @@ text-align: center; } +.charsheet textarea.sheet-powers { + resize: vertical; + height: 5ex; + width:95%; + +} + select.sheet-dtype { - width: 60px; + width: 2em; vertical-align: top; }