Difference between revisions 622069 and 622082 on dewikivoyagefunction moveArticleStates() { var spacing = 10, coordPadding = 0, tagCoord, tagDoM, tagState, domPadding = 0; if (document.getElementById) { tagCoord = document.getElementById("geoCoord"); tagDoM = document.getElementById("DoM"); tagState = document.getElementById("stateIcon"); if (tagState != null) { domPadding = tagState.offsetWidth + spacing; coordPadding = domPadding;⏎ tagState.style.zIndex = 3; } if (tagDoM != null) { coordPadding = tagDoM.offsetWidth + spacing + domPadding; tagDoM.style.paddingRight = domPadding + 'px'; tagDoM.style.zIndex = 2; } if (tagCoord != null) { tagCoord.style.paddingRight = coordPadding + 'px'; coordPadding += tagCoord.offsetWidth + spacing; } } } // addOnloadHook(moveArticleStates); $( document ).ready( moveArticleStates() ); All content in the above text box is licensed under the Creative Commons Attribution-ShareAlike license Version 4 and was originally sourced from https://de.wikivoyage.org/w/index.php?diff=prev&oldid=622082.
![]() ![]() This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|