diff --git a/icons.css b/icons.css index 45c212bc..5ef9555d 100644 --- a/icons.css +++ b/icons.css @@ -264,4 +264,12 @@ width: .6em; font-family: monospace; } -.icon-die:before {content:'🎲';} \ No newline at end of file +.icon-die:before {content:'🎲';} + +.icon-button-plus:before {content:'➕'; padding-right: .4em;} +.icon-button-die:before {content:'🎲'; padding-right: .4em;} +.icon-button-power:before {content:'💪'; padding-right: .6em;} +.icon-button-skirmish:before {content:'🎯'; padding-right: .4em;} +.icon-button-melee:before {content:'🗡'; padding-right: .4em;} +.icon-button-pursue:before {content:'🐎'; padding-right: .4em;} +.icon-button-retreat:before {content:'🏳️'; padding-right: .4em;} diff --git a/index.css b/index.css index a2b315c7..c1cbe4ed 100644 --- a/index.css +++ b/index.css @@ -942,6 +942,25 @@ body button.noicon { stroke: #2c0808; } +#battleBody > table { + padding: .2em .6em .2em .6em; + border: 1px solid #ccc; + margin: 0 0 .4em 0; + display: block; + overflow: auto; + max-height: 34vh; +} + +#battleBody > table .regiment { + width: 13em; + font-weight: bold; +} + +tr.battleCasualties, tr.battleSurvivors { + font-style: italic; + font-size: .9em; +} + .drag-trigger { border-left: 1em solid transparent; border-right: 1em solid #000; diff --git a/index.html b/index.html index 38ade5c2..0040c773 100644 --- a/index.html +++ b/index.html @@ -2445,15 +2445,30 @@ -