diff --git a/AD&D 2E Revised/2ESheet.html b/AD&D 2E Revised/2ESheet.html index a595b14b19..7ee790e52a 100644 --- a/AD&D 2E Revised/2ESheet.html +++ b/AD&D 2E Revised/2ESheet.html @@ -3829,34 +3829,74 @@

-
-
-

Spells Memorized and Spell Book


-

Spells Memorized



    -
    - - - - - - - - - - - - - - - - - - -

    Cast Today:    

    /

    SP / Arc Used:

    /

    -

    Casting Time:

    -

    -
-
+

Spells Memorized and Spell Book

+
+

Spells Memorized

+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

Cast Today:

/

SP / Arc Used:

/
+
+
+
+



    diff --git a/AD&D 2E Revised/2EStyle.css b/AD&D 2E Revised/2EStyle.css index b00f9bbb21..077af5d79d 100644 --- a/AD&D 2E Revised/2EStyle.css +++ b/AD&D 2E Revised/2EStyle.css @@ -46,6 +46,7 @@ display: inline-block; width: 106px; } + .charsheet input.sheet-medium { display: inline-block; width: 115px; @@ -168,6 +169,10 @@ input.sheet-tab:not(:first-child)::before box-sizing: border-box; } +textarea.label-like { + height: 28px; +} + /* Fake checkbox */ label input[type="radio"] + span::before, input[type="checkbox"] + span::before @@ -1177,6 +1182,11 @@ table.sheet-default-header-first-column th:first-child, vertical-align: middle; } +.sheet-table-center { + margin-left: auto; + margin-right: auto; +} + .sheet-centering-padding { padding-left: 2px; padding-right: 2px;