Commit 377cd873 authored by Patrick's avatar Patrick
Browse files

update image stuff

parent 3cd3675c
......@@ -314,7 +314,7 @@
"template": [
"<div class='balloon' id='myBalloonP1'>",
" <h1 class='balloon-title' onclick='EnergiekonzeptFunction(\"main\")'>Energiekonzept (Stöckach)</h1>",
" <div class='balloon-content' style='height:500px; width:300px'",
" <div class='balloon-content' style='height:32em; width:380px'",
" </div>",
"<p class='balloon-text'><span>Für mehr Infos klicken Sie bitte hier!</span><br></p>",
"<img style='padding-top:10px' src='../../images/content/contentstoeckach/Stoeckach.jpg' usemap='#image-map' alt='Simply Easy Learning' width='375'>",
......
......@@ -1272,7 +1272,7 @@ a.monument{
@media screen and (max-height: 48em /*768px*/){
.balloon-content {
overflow: auto;
max-height: 26rem;
max-height: 32rem;
}
}
@media screen and (max-width:30em /*480px*/) {
......
// window.onload = function(){
// var scale = 'scale(1)';
// document.body.style.webkitTransform = scale; // Chrome, Opera, Safari
// document.body.style.msTransform = scale; // IE 9
// document.body.style.transform = scale; // General
// };
var openquestionaire = function(){
var framework = vcs.vcm.Framework.getInstance();
......
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