danube layout fixes

This commit is contained in:
messerbill 2013-07-12 01:25:11 +02:00
parent 7ed3636356
commit a0ea3b93f8
3 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<div style="margin: 0; padding: 0; width: 450px; margin-left: auto; margin-right: auto;">
${danube_page_googlemaps}
</div>
<div style="margin: 0; padding: 0; width: 450px; margin-left: auto; margin-right: auto; margin-top: 25px; border: 3px solid grey;">
<div style="margin: 0; padding: 0; width: 450px; margin-left: auto; margin-right: auto; margin-top: 35px; margin-bottom: 45px;">
${danube_page_contact}
</div>

View File

@ -74,7 +74,7 @@
<!-- Three columns of text below the carousel -->
<div id="space" style="height: 7px; background: url(danube/page/default_page/pics/css/verlauf_bg.png); margin-left: 9px; margin-right: 9px;"></div>
<div class="hero-unit" id="text" style="line-height: 180%; fonz-size: 80%; border-top-left-radius: 5; border-top-right-radius: 5; border-right: 1px solid black; border-left: 1px solid black; padding: 0; padding-left: 20px; padding-bottom: 20px; padding-top: 15px; margin: 0; margin-bottom: 3px; margin-left: 8px; margin-right: 8px; background: url(danube/page/default_page/pics/css/text.png) bottom right no-repeat white;">
<div class="hero-unit" id="text" style="line-height: 180%; fonz-size: 80%; border-top-left-radius: 5; border-top-right-radius: 5; border-right: 1px solid black; border-left: 1px solid black; padding: 0; padding-left: 20px; padding-bottom: 20px; padding-top: 15px; margin: 0; margin-bottom: 3px; margin-left: 8px; margin-right: 8px; background: white;">
${languageFlags}
<div id="site-content-wrapper" style="width: 100%; background: none;">

View File

@ -66,6 +66,4 @@ function switchTextBg(color){
if (color == "black") div.style.color = "white";
if (color == "white") div.style.color = "black";
if (color == "black") div.style.backgroundImage = "none";
if (color == "white") div.style.backgroundImage = "url(danube/page/default_page/pics/css/text.png) bottom right no-repeat";
}