Ticket #747: permalink.patch
| File permalink.patch, 0.9 kB (added by crschmidt, 1 year ago) |
|---|
-
theme/default/style.css
old new 28 28 bottom: 1.5em; 29 29 display: block; 30 30 position: absolute; 31 font-size: smaller; 31 32 } 32 33 33 34 div.olControlMousePosition { -
lib/OpenLayers/Control/Permalink.js
old new 88 88 if (!this.element) { 89 89 this.div.className = this.displayClass; 90 90 this.element = document.createElement("a"); 91 this.element.style.fontSize="smaller";92 91 this.element.innerHTML = "Permalink"; 93 92 this.element.href=""; 94 93 this.div.appendChild(this.element);
