| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-03-13 21:46:39 +0100 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-03-13 21:46:39 +0100 | 
| commit | 44d1ff6a942a64dd87ea51bb8b4db47515ab983a (patch) | |
| tree | 388d41232458094e214906189ad8a74ca96a28ca /src/battlemap/www/style.css | |
| parent | c1dcbd5f5fef731e0c7055be0e52fc0f674715cb (diff) | |
Improves attack messages.
Diffstat (limited to 'src/battlemap/www/style.css')
| -rw-r--r-- | src/battlemap/www/style.css | 12 | 
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 ********************************************************/  /******************************************************************************/ | 


