diff --git a/seshat/apps/core/templates/core/world_map.html b/seshat/apps/core/templates/core/world_map.html index 4d6ec83fa..491699751 100644 --- a/seshat/apps/core/templates/core/world_map.html +++ b/seshat/apps/core/templates/core/world_map.html @@ -132,11 +132,11 @@ left: 4%; z-index: 1000; } - .toprightcontainer { + .helpcontainer { display: flex; position: absolute; - top: 1%; - right: 4%; + top: 30%; + left: 30%; z-index: 1000; } @@ -179,7 +179,11 @@ background-color: transparent; border: none; cursor: pointer; - font-size: 2.5em; + color: teal; + } + + .transparent-button:hover { + color: orange; } .display-info-container { @@ -287,6 +291,13 @@ 100% { transform: rotate(360deg); } } + #crossButton { + background-color: rgba(255, 253, 242, 1); + right: 4%; + position: absolute; + border-color: #782823; + } +