Difference between revisions of "Team:BostonU HW/Team"

Line 40: Line 40:
 
     white-space: normal;
 
     white-space: normal;
 
     overflow: auto;
 
     overflow: auto;
}
 
 
#people-carousel #previous {
 
    position: absolute;
 
    top: 50%;
 
    left: 0;
 
    margin-top: -32px;
 
    background: url('https://static.igem.org/mediawiki/2014/1/1e/Delft2014_lightbox_Controls.png') no-repeat top left;
 
    width: 28px;
 
    height: 65px;
 
    text-indent: -9999px;
 
    z-index: 100;
 
    display: none;
 
}
 
 
#people-carousel #next {
 
    position: absolute;
 
    top: 50%;
 
    right: 0;
 
    margin-top: -32px;
 
    background: url('https://static.igem.org/mediawiki/2014/1/1e/Delft2014_lightbox_Controls.png') no-repeat top right;
 
    width: 28px;
 
    height: 65px;
 
    text-indent: -9999px;
 
    z-index: 100;
 
    display: none;
 
 
}
 
}
  
Line 79: Line 53:
  
 
<div id="people-carousel" class="mscarousel" style="width: 900px; height: 532px; overflow: hidden; position: relative;">
 
<div id="people-carousel" class="mscarousel" style="width: 900px; height: 532px; overflow: hidden; position: relative;">
        <div id="previous"></div>
 
        <div id="next"></div>
 
  
 
<div class="child" id="people-carousel_mscchild" style="width: 13500px; left: 0px;">
 
<div class="child" id="people-carousel_mscchild" style="width: 13500px; left: 0px;">
Line 175: Line 147:
 
<!-- For carousel -->
 
<!-- For carousel -->
 
</div>
 
</div>
 +
 +
<a class="left carousel-control" href="#people-carousel" role="button" data-slide="prev">
 +
    <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
 +
    <span class="sr-only">Previous</span>
 +
  </a>
 +
  <a class="right carousel-control" href="#people-carousel" role="button" data-slide="next">
 +
    <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
 +
    <span class="sr-only">Next</span>
 +
  </a>
 +
 +
  
  

Revision as of 14:42, 28 June 2016

Previous Next