diff --git a/vcm/css/vcm.css b/vcm/css/vcm.css index 0032a4b4530c189cde1f0433011ffadf15c1f108..47b611d362e000f09f2b7fa72eac37710c5be801 100644 --- a/vcm/css/vcm.css +++ b/vcm/css/vcm.css @@ -1149,6 +1149,9 @@ div.content-layer-wrap.center span.feature-list-street:after{ @media screen and (min-width:48em) { + #updown{ + display: none !important; + } .vcm-map-top { top: 5.5rem; } @@ -1404,7 +1407,9 @@ a.monument{ } @media screen and (min-width:48em /*768px*/) { - + #updown{ + display: none !important; + } #balloonContainer { /*width: 0px; height: 0px;*/ diff --git a/vcm/css/vcm_info.css b/vcm/css/vcm_info.css index 20f48fc9701bdbbd59000b3dcad8258ccc1ecf35..e0cdb22d84b919b8512c3eaa43e8bc3a3811c818 100644 --- a/vcm/css/vcm_info.css +++ b/vcm/css/vcm_info.css @@ -368,7 +368,9 @@ body { } } @media screen and (min-width:48em /*768px*/) { - + #updown{ + display: none !important; + } .hide-for-mobile, .content-box h3:first-child{ display: block; diff --git a/vcm/index.html b/vcm/index.html index 073a70575683999a55e988476faf6912478e447e..afe956148025348c1fb457fd660270762f8cf28c 100644 --- a/vcm/index.html +++ b/vcm/index.html @@ -178,6 +178,7 @@