"Menu "
Bootstrap 3.3.0 Snippet by iaptsiauri

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="col-md-4"> <div class="panel-group" id="accordion" style="border: none"> <div class="panel panel-default" style="border: none"> <div style="border-top: 1px solid grey; border-bottom: 1px solid grey"> <h4 class="panel-title" style="height: 60px; line-height: 60px; "> <nav data-toggle="collapse" data-parent="#accordion" href="#collapseOne"> Camera and microphone permissions</nav> </h4> <span class="glyphicon glyphicon-chevron-down"></span> </div> <div id="collapseOne" class="panel-collapse collapse in"> <div class="panel-body"> <table class="table"> <tr> <td> <p>Make sure you are giving Veriff the permissions to access your webcam and microphone:</p> <ol> <li>A pop-up message should appear asking for your permission.</li> <li>Click Allow (the messages can vary depending on the browser)</li> </ol> <p>If the pop-up message is not appearing and you need to manually give Veriff the permissions, then please follow your browser specific steps:</p> <ul> <li><a href="#">Google Chrome</a></li> <li><a href="#">Mozilla Firefox</a></li> <li><a href="#">Opera</a></li> </ul> <p>If you are using Safari or Internet Explorer you need to make sure that you have the latest version of Flash installed:</p> <ul> <li><a href="http://www.adobe.com/software/flash/about/">Flash</a></li> <li><a href="#">Safari</a></li> <li><a href="#">Internet Explorer</a></li> </ul> </td> </tr> </table> </div> </div> </div> </div> </div> </div> </div>
body{margin-top:50px;} .glyphicon { margin-right:10px; } .panel-body { padding:0px; } .panel-body table tr td { padding-left: 15px } .panel-body .table {margin-bottom: 0px; }

Related: See More


Questions / Comments: