diff --git a/ADnD_2E_Revised/2ESheet.html b/ADnD_2E_Revised/2ESheet.html index 74663606f5..c7dfd5a36b 100644 --- a/ADnD_2E_Revised/2ESheet.html +++ b/ADnD_2E_Revised/2ESheet.html @@ -12322,7 +12322,7 @@
-
+

Gem Pouch

@@ -12346,10 +12346,12 @@
-
+

Other Items Of Value

-
- + +
+ +
diff --git a/ADnD_2E_Revised/2EStyle.css b/ADnD_2E_Revised/2EStyle.css index 9d20bd489c..33be82720d 100644 --- a/ADnD_2E_Revised/2EStyle.css +++ b/ADnD_2E_Revised/2EStyle.css @@ -1680,13 +1680,23 @@ table.sheet-padding-right-column2 td:nth-child(2) { color: #000; } +.sheet-flex, +.charsheet .sheet-body .sheet-flex { + display: flex; +} + +.sheet-flex-column, +.charsheet .sheet-body .sheet-flex-column { + display: flex; + flex-direction: column; +} + .sheet-flex-wrap .repcontainer { display: flex; flex-wrap: wrap; justify-content: space-around; } - .charsheet label input[type="radio"], .charsheet label input[type="checkbox"] { position: absolute; diff --git a/ADnD_2E_Revised/css/2EStyle-base.css b/ADnD_2E_Revised/css/2EStyle-base.css index 302d8516e7..a0e23c33d4 100644 --- a/ADnD_2E_Revised/css/2EStyle-base.css +++ b/ADnD_2E_Revised/css/2EStyle-base.css @@ -1003,13 +1003,23 @@ table.sheet-padding-right-column2 td:nth-child(2) { color: #000; } +.sheet-flex, +.charsheet .sheet-body .sheet-flex { + display: flex; +} + +.sheet-flex-column, +.charsheet .sheet-body .sheet-flex-column { + display: flex; + flex-direction: column; +} + .sheet-flex-wrap .repcontainer { display: flex; flex-wrap: wrap; justify-content: space-around; } - .charsheet label input[type="radio"], .charsheet label input[type="checkbox"] { position: absolute; diff --git a/ADnD_2E_Revised/html/tabs/character-tab/currency-tab.html b/ADnD_2E_Revised/html/tabs/character-tab/currency-tab.html index 8be6de1479..18a430dd6d 100644 --- a/ADnD_2E_Revised/html/tabs/character-tab/currency-tab.html +++ b/ADnD_2E_Revised/html/tabs/character-tab/currency-tab.html @@ -571,7 +571,7 @@

-
+

Gem Pouch

@@ -595,10 +595,12 @@
-
+

Other Items Of Value

-
- + +
+ +