From bdf240ed4a149cc12c9231ade948e20c611082d3 Mon Sep 17 00:00:00 2001 From: PeekabooSteam Date: Tue, 7 Mar 2023 09:57:58 +0000 Subject: [PATCH] Added the icon for the map type; commented out the map location dropdown; minor UI improvements. --- client/public/stylesheets/olympus.css | 4 ++-- client/views/navbar.ejs | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/client/public/stylesheets/olympus.css b/client/public/stylesheets/olympus.css index a39ba881..c4d7fac3 100644 --- a/client/public/stylesheets/olympus.css +++ b/client/public/stylesheets/olympus.css @@ -100,12 +100,12 @@ button[disabled="disabled"] { .ol-select:not( .ol-select-image ) > .ol-select-value { background-color: var( --background-grey ); border-radius: var( --border-radius-sm ); + justify-content: center; padding:1em; width:100%; } -.ol-select:not( .ol-select-image ) > .ol-select-value:before { - content: "[ ]"; +.ol-select:not( .ol-select-image ) > .ol-select-value svg { margin-right: 10px; } diff --git a/client/views/navbar.ejs b/client/views/navbar.ejs index 92569e0e..3209ace7 100644 --- a/client/views/navbar.ejs +++ b/client/views/navbar.ejs @@ -44,7 +44,11 @@
-
ArcGIS Satellite
+
+ + + + ArcGIS Satellite
@@ -67,7 +71,7 @@
-
+