diff --git a/rpg-docs/client/style/cards.scss b/rpg-docs/client/style/cards.scss index 940724df..344a76a8 100644 --- a/rpg-docs/client/style/cards.scss +++ b/rpg-docs/client/style/cards.scss @@ -91,6 +91,6 @@ $thinColumnWidth: 240px; } /* undo pointer cursor on detail box heading */ -#globalDetail .card .top { +#globalDetail.card .top { cursor: auto; } diff --git a/rpg-docs/client/style/tables.scss b/rpg-docs/client/style/tables.scss index f146cfb9..e9c87ca6 100644 --- a/rpg-docs/client/style/tables.scss +++ b/rpg-docs/client/style/tables.scss @@ -15,4 +15,10 @@ td { width: 250px; } } -} \ No newline at end of file +} + +.summaryTable { + &:nth-child(3){ + text-align: right; + } +}