From b147357f0a9e2b9d1d3fa3a83b3d60c58f84e5e0 Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Sat, 22 Oct 2022 20:11:33 +0000 Subject: [PATCH] Update meidling.css --- public/CSS/meidling.css | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/public/CSS/meidling.css b/public/CSS/meidling.css index 0b05d2a..279013c 100644 --- a/public/CSS/meidling.css +++ b/public/CSS/meidling.css @@ -1,5 +1,4 @@ - /* html, body, @@ -232,16 +231,30 @@ button.cesium-infoBox-camera { .credit { - width: 100px; - height: 100px; + width: 75px; + height: 75px; overflow: hidden; position: fixed; z-index: 99999; background: url(Images/hft.jpg) no-repeat; - background-size: 100px; - bottom: 70px; + background-size: 75px; + bottom: 0px; left: 10px; - box-shadow: 0 0 10px 1px #000; - /* left: 5px;*/ + box-shadow: 0 0 10px 1px #000; } + +.credit4 { + width: 75px; + height: 75px; + overflow: hidden; + position: fixed; + z-index: 99999; + background: url(Images/email.jpg) no-repeat; + background-size: 75px; + bottom: 80px; + left: 90px; + box-shadow: 0 0 10px 1px #000; +} + + -- GitLab