| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-03-13 13:09:33 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-03-13 13:09:33 +0100 | 
| commit | d365b3f4ac1ede75677d584810f102cf941f5722 (patch) | |
| tree | 3efac38390ef0f176dbc56f3985348e79034bf2b /src/battlemap/www | |
| parent | a43a65eed48ebbcd1650ef280542920b2fed0659 (diff) | |
Improving display of timeline & characters...
Diffstat (limited to 'src/battlemap/www')
| -rw-r--r-- | src/battlemap/www/style.css | 15 | 
1 files changed, 10 insertions, 5 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index 914896c..149eafc 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -127,10 +127,8 @@     height: 100px;  } -/**** Timeline Tab */ -.battlemap-timeline-movement, -.battlemap-timeline-attack, -.battlemap-timeline-weapon-switch +.battlemap-timeline-element, +.battlemap-characters-element  {     border-radius: 6px;     padding: 1em; @@ -144,11 +142,18 @@     background-color: #EEE;  } -.battlemap-tabmenu-timeline-tab +.battlemap-tabmenu-timeline-tab, +.battlemap-tabmenu-characters-tab  {     background-color: #AAA;  } +.battlemap-tabmenu-characters-tab .battlemap-character-portrait +{ +   width: 64px; +   height: 64px; +   float: left; +}  /******************************************************************************/  /** Main View Elements ********************************************************/  /******************************************************************************/  | 


