From e4027e012ad40a9b8463d7bec3023aaddb583506 Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Sat, 22 Oct 2022 20:18:58 +0000 Subject: [PATCH] Update meidling.css --- public/CSS/meidling.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/CSS/meidling.css b/public/CSS/meidling.css index ce5f2bd..b385dba 100644 --- a/public/CSS/meidling.css +++ b/public/CSS/meidling.css @@ -237,7 +237,7 @@ button.cesium-infoBox-camera { z-index: 99999; background: url(Images/hft.jpg) no-repeat; background-size: 75px; - bottom: 15px; + bottom: 40px; left: 10px; box-shadow: 0 0 10px 1px #000; } @@ -251,7 +251,7 @@ button.cesium-infoBox-camera { z-index: 99999; background: url(Images/email.jpg) no-repeat; background-size: 75px; - bottom: 15px; + bottom: 40px; left: 90px; box-shadow: 0 0 10px 1px #000; } -- GitLab