Made the dashboard map fullwidth rather than contained.

pull/580/head^2
Peter Goodhall 2020-08-22 23:34:15 +01:00
rodzic 6ea224ccd2
commit c646aba73d
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -18,9 +18,12 @@
<?php } ?>
<?php } ?>
</div>
<!-- Map -->
<div id="map" style="width: 100%; height: 300px"></div>
<div id="map" style="width: 100%; height: 350px"></div>
<div style="padding-top: 0px; margin-top: 5px;" class="container dashboard">
<!-- Log Data -->
<div class="row logdata">

Wyświetl plik

@ -182,7 +182,7 @@ $('[data-fancybox]').fancybox({
<?php } ?>
var qso_loc = '<?php echo site_url('dashboard/map');?>';
var q_zoom = 2;
var q_zoom = 3;
$(document).ready(function(){
<?php if ($this->config->item('map_gridsquares') != FALSE) { ?>