Commit 0ef1ceaa authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update meidling.css

parent b147357f
Pipeline #6962 passed with stage
in 7 seconds
/* /*
html, html,
body, body,
...@@ -231,13 +230,13 @@ button.cesium-infoBox-camera { ...@@ -231,13 +230,13 @@ button.cesium-infoBox-camera {
.credit { .credit {
width: 75px; width: 100px;
height: 75px; height: 100px;
overflow: hidden; overflow: hidden;
position: fixed; position: fixed;
z-index: 99999; z-index: 99999;
background: url(Images/hft.jpg) no-repeat; background: url(Images/hft.jpg) no-repeat;
background-size: 75px; background-size: 100px;
bottom: 0px; bottom: 0px;
left: 10px; left: 10px;
box-shadow: 0 0 10px 1px #000; box-shadow: 0 0 10px 1px #000;
...@@ -245,14 +244,14 @@ button.cesium-infoBox-camera { ...@@ -245,14 +244,14 @@ button.cesium-infoBox-camera {
.credit4 { .credit4 {
width: 75px; width: 100px;
height: 75px; height: 100px;
overflow: hidden; overflow: hidden;
position: fixed; position: fixed;
z-index: 99999; z-index: 99999;
background: url(Images/email.jpg) no-repeat; background: url(Images/email.jpg) no-repeat;
background-size: 75px; background-size: 100px;
bottom: 80px; bottom: 0px;
left: 90px; left: 90px;
box-shadow: 0 0 10px 1px #000; box-shadow: 0 0 10px 1px #000;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment