summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/battlemap/www/style.css')
-rw-r--r--src/battlemap/www/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css
index 149eafc..08ec900 100644
--- a/src/battlemap/www/style.css
+++ b/src/battlemap/www/style.css
@@ -96,6 +96,9 @@
width: inherit;
}
+.battlemap-float-left { float: left; }
+.battlemap-float-right { float: right; }
+
.battlemap-manual-controls
{
max-height: 30%;
@@ -117,7 +120,8 @@
flex-wrap: wrap;
}
-.battlemap-character-portrait
+.battlemap-character-portrait,
+.battlemap-timeline-portrait
{
margin: 0.5em;
box-sizing: border-box;
@@ -154,6 +158,12 @@
height: 64px;
float: left;
}
+
+.battlemap-timeline-portrait
+{
+ width: 64px;
+ height: 64px;
+}
/******************************************************************************/
/** Main View Elements ********************************************************/
/******************************************************************************/