From 3e939b4f29e80972f77f4cc684632eb5351f9b68 Mon Sep 17 00:00:00 2001 From: patri <patri@DESKTOP-U7ROG2K.local> Date: Tue, 6 Jul 2021 14:49:02 +0200 Subject: [PATCH] update sign --- vcm/index.html | 2 +- vcm/js/updown.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vcm/index.html b/vcm/index.html index 80fcf2b28..b5f88f272 100644 --- a/vcm/index.html +++ b/vcm/index.html @@ -178,7 +178,7 @@ <!-- End of: Content Start Screen --> <!-- Content Tour --> <div id="tour-frame" style="display: none; overflow-y: scroll;overflow-x: hidden"> - <div id="updown" onclick="changesize()" style="font-family: 'Zapf Dingbats';display: block; font-size: 60px; padding-left: 48%; margin-right: -50%; margin-top: -65px; margin-bottom: 5px; position: sticky;position: -webkit-sticky;position: relative;">🢑</div> + <div id="updown" onclick="changesize()" style="font-family: 'Zapf Dingbats';display: block; font-size: 60px; padding-left: 48%; margin-right: -50%; margin-top: -65px; margin-bottom: 5px; position: sticky;position: -webkit-sticky;position: relative;">🢑</div> <div class="tour-top-navi" style="z-index:99"> <a href="#" onclick="Introshow();setpositionVAR(false);zoomto('IntroProj')" id = "btn_intro" class=" top-nav buttonset one btn_home btn_size">Info</a> <a href="#" onclick="Projektshow();zoomto('ProjektePage');" id = "btn_intro" class=" top-nav buttonset one btn_home btn_size">Projekte</a> diff --git a/vcm/js/updown.js b/vcm/js/updown.js index 2c6269b03..f5a8e539c 100644 --- a/vcm/js/updown.js +++ b/vcm/js/updown.js @@ -4,7 +4,7 @@ function changesize(){ if (updown.innerHTML == "🢑"){ document.getElementById("story-frame").style.top = "0%"; - updown.innerHTML = "🢓" + updown.innerHTML = "🢓" document.getElementById("updown").style.fontSize = "60px"; document.getElementById("updown").style.paddingLeft = "48%"; @@ -18,7 +18,7 @@ function changesize(){ } else if (updown.innerHTML == "🢓"){ document.getElementById("story-frame").style.top = "50%"; - updown.innerHTML = "🢑" + updown.innerHTML = "🢑" document.getElementById("updown").style.fontSize = "60px"; document.getElementById("updown").style.paddingLeft = "48%"; -- GitLab