Hide slides caption on XS screens

Also add the thumbnail class to the carousel container
master
Daniel Berteaud 11 years ago
parent 652682b00a
commit c2784c8dea
  1. 16
      templates/default/index.html.ep

@ -34,7 +34,7 @@
</div> </div>
<br/><br/> <br/><br/>
<div class="row"> <div class="row">
<div id="carouselIndexContainer" class="col-md-8 col-md-offset-2 col-xl-6 col-xl-offset-3"> <div id="carouselIndexContainer" class="col-md-8 col-md-offset-2 col-xl-6 col-xl-offset-3 thumbnail">
<div id="carouselIndex" class="carousel slide" data-ride="carousel"> <div id="carouselIndex" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators carouselIndexIndicator"> <ol class="carousel-indicators carouselIndexIndicator">
<li data-target="#carouselIndex" data-slide-to="0" class="active"></li> <li data-target="#carouselIndex" data-slide-to="0" class="active"></li>
@ -51,7 +51,7 @@
<p> <p>
<%=l 'P2P_COMMUNICATION' %> <%=l 'P2P_COMMUNICATION' %>
</p> </p>
<div class="carousel-caption carouselIndexCaption"> <div class="carousel-caption hidden-xs carouselIndexCaption">
<h2> <h2>
<%=l 'SECURE' %> <%=l 'SECURE' %>
</h2> </h2>
@ -62,7 +62,7 @@
<p> <p>
<%=l 'MODERN_BROWSERS' %> <%=l 'MODERN_BROWSERS' %>
</p> </p>
<div class="carousel-caption carouselIndexCaption"> <div class="carousel-caption hidden-xs carouselIndexCaption">
<h2> <h2>
<%=l 'WORKS_EVERYWHERE' %> <%=l 'WORKS_EVERYWHERE' %>
</h2> </h2>
@ -73,7 +73,7 @@
<p> <p>
<%=l 'THE_LIMIT_IS_YOUR_PIPE' %> <%=l 'THE_LIMIT_IS_YOUR_PIPE' %>
</p> </p>
<div class="carousel-caption carouselIndexCaption"> <div class="carousel-caption hidden-xs carouselIndexCaption">
<h2> <h2>
<%=l 'MULTI_USER' %> <%=l 'MULTI_USER' %>
</h2> </h2>
@ -84,7 +84,7 @@
<p> <p>
<%=l 'YOU_DONT_HAVE_TO_REGISTER' %> <%=l 'YOU_DONT_HAVE_TO_REGISTER' %>
</p> </p>
<div class="carousel-caption carouselIndexCaption"> <div class="carousel-caption hidden-xs carouselIndexCaption">
<h2> <h2>
<%=l 'NO_SIGNIN' %> <%=l 'NO_SIGNIN' %>
</h2> </h2>
@ -95,7 +95,7 @@
<p> <p>
<%=l 'STOP_WASTING_TIME' %> <%=l 'STOP_WASTING_TIME' %>
</p> </p>
<div class="carousel-caption carouselIndexCaption"> <div class="carousel-caption hidden-xs carouselIndexCaption">
<h2> <h2>
<%=l 'QUICK' %> <%=l 'QUICK' %>
</h2> </h2>
@ -106,7 +106,7 @@
<p> <p>
<%=l 'SHARE_DESKTOP_OR_WINDOW' %> <%=l 'SHARE_DESKTOP_OR_WINDOW' %>
</p> </p>
<div class="carousel-caption carouselIndexCaption"> <div class="carousel-caption hidden-xs carouselIndexCaption">
<h2> <h2>
<%=l 'SCREEN_SHARING' %> <%=l 'SCREEN_SHARING' %>
</h2> </h2>
@ -117,7 +117,7 @@
<p> <p>
<%=l 'SECURED_TEXT_CHAT' %> <%=l 'SECURED_TEXT_CHAT' %>
</p> </p>
<div class="carousel-caption carouselIndexCaption"> <div class="carousel-caption hidden-xs carouselIndexCaption">
<h2> <h2>
<%=l 'TEXT_CHAT' %> <%=l 'TEXT_CHAT' %>
</h2> </h2>

Loading…
Cancel
Save