[PATCH] Make captions fit on smaller displays
Wald Commits
scm-commit at wald.intevation.org
Wed Apr 2 14:43:04 CEST 2014
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1396442582 -7200
# Node ID b142a13c7435a82f62f896693ad75ece5d479b7d
# Parent 996750c424024dbbd5cf4367153eba180b901d50
Make captions fit on smaller displays.
diff -r 996750c42402 -r b142a13c7435 css/style.css
--- a/css/style.css Wed Apr 02 14:11:42 2014 +0200
+++ b/css/style.css Wed Apr 02 14:43:02 2014 +0200
@@ -35,8 +35,8 @@
position: static;
margin-top: 10px;
margin-bottom: 50px;
- padding-left: 20%;
- padding-right: 20%;
+ padding-left: 10%;
+ padding-right: 10%;
text-align: center;
color: #323;
text-shadow: none;
diff -r 996750c42402 -r b142a13c7435 ocean_carousel.html
--- a/ocean_carousel.html Wed Apr 02 14:11:42 2014 +0200
+++ b/ocean_carousel.html Wed Apr 02 14:43:02 2014 +0200
@@ -8,15 +8,13 @@
<div class="item active">
<img src="img/gnv_profil.png" alt="Profilschnitt" class="img-responsive">
<div class="carousel-caption">
- <p>Profilschnitt der klassifizierten Temperaturverteilung über die Tiefe in der Ostsee.</p>
+ <p>Profilschnitt: klassifizierte Temperaturverteilung über die Tiefe in der Ostsee.</p>
</div>
</div>
<div class="item">
<img src="img/gnv_karte.png" alt="Horizontalschnitt" class="img-responsive">
<div class="carousel-caption">
- <p>Kartenausschnitt mit dynamisch errechnetem Horizontalschnitt
- der Temperaturverteilung in Nord- und Ostsee
- (temporär erzeugter WMS-Dienst)</p>
+ <p>Karte: Horizontalschnitt der Temperaturverteilung in Nord- und Ostsee</p>
</div>
</div>
</div>
diff -r 996750c42402 -r b142a13c7435 river_carousel.html
--- a/river_carousel.html Wed Apr 02 14:11:42 2014 +0200
+++ b/river_carousel.html Wed Apr 02 14:43:02 2014 +0200
@@ -16,19 +16,19 @@
<div class="item">
<img src="img/w-info_lang.png" alt="w-info" class="img-responsive">
<div class="carousel-caption">
- <p>Das Modul W-Info mit Wasserspiegellage bei HQ100 der Elbe, einem Wasserstand von HQ500 und dem Talweg(2004).</p>
+ <p>Modul W-INFO: Talweg und Wasserspiegellage der Elbe bei HQ100 und HQ500.</p>
</div>
</div>
<div class="item">
<img src="img/m-info_fliess.png" alt="m-info" class="img-responsive">
<div class="carousel-caption">
- <p>Das Modul M-Info mit der Fließgeschwindigkeit der Elbe bei HQ100 als Gesamtrinne.</p>
+ <p>Modul M-INFO: Fließgeschwindigkeit im Gesamtgerinne der Elbe bei HQ100.</p>
</div>
</div>
<div class="item">
<img src="img/karte.png" alt="karte" class="img-responsive">
<div class="carousel-caption">
- <p>Die Flußachse der Elbe mit aktuellen Querprofilspuren und der neuen OSM Hintergrundkarte.</p>
+ <p>Karte: Flussachse der Elbe, Querprofilspuren und OSM-Hintergrundkarte.</p>
</div>
</div>
</div>
More information about the Dive4Elements-commits
mailing list