- Posts: 153
- Thank you received: 8
Ask the community, share ideas, and connect with other LimeSurvey users!
.hover_bkgr_fricc{ background:rgba(0,0,0,.4); cursor:pointer; display:none; height:100%; position:fixed; text-align:center; top:0; width:100%; z-index:10000;
@media only screen and (min-width: 768px) { body .modal-dialog { width: 95%; max-width: 900px; } }
There are some difference in bootsrap 3 and bootsrap 4 , better to put the link to bootsrap 3 for LimeSurveytpartner wrote: I'm not sure what your point is.
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('#row.navigator.space-col').each(function(i) { $('#btn.btn-primary.pull-left').before($(this)); }); }); </script>
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function() { $('#navigator-container > div.text-left:eq(0)').prepend($('#myInsertedButtonID')); }); </script>
KompetenzZ wrote: $('#row.navigator.space-col').each(function(i) {
$('#btn.btn-primary.pull-left').before($(this));