changeset 121:b142a13c7435

Make captions fit on smaller displays.
author Tom Gottfried <tom@intevation.de>
date Wed, 02 Apr 2014 14:43:02 +0200
parents 996750c42402
children 042b73e89d27
files css/style.css ocean_carousel.html river_carousel.html
diffstat 3 files changed, 7 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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>
--- 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ß&shy;ge&shy;schwindigkeit im Gesamt&shy;gerinne 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>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)