Add gitignore: no backups and csv register file

Makes map responsive
This commit is contained in:
root 2017-09-07 13:47:45 -03:00
parent feacde8fae
commit 33764e2006
3 changed files with 21 additions and 2 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
2021y22.csv
*.bak
bkp/*

View File

@ -4,8 +4,10 @@
<div class="row">
<div class="col-xs-12">
<h1><strong>Lugar del evento:</strong></h1>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3271.5742234352!2d-56.16905248474392!3d-34.91713308037947!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x959f81a27b71199f%3A0x4ece30db435561f!2sEdificio+Polifuncional+%22Jose+Luis+Massera%22%2C+Senda+Nelson+Landoni+631%2C+11200+Montevideo!5e0!3m2!1ses!2suy!4v1504130822964" width="500" height="400" style="border:0" allowfullscreen>
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3271.5742234352!2d-56.16905248474392!3d-34.91713308037947!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x959f81a27b71199f%3A0x4ece30db435561f!2sEdificio+Polifuncional+%22Jose+Luis+Massera%22%2C+Senda+Nelson+Landoni+631%2C+11200+Montevideo!5e0!3m2!1ses!2suy!4v1504130822964" width="600px" height="450px" style="border:0" allowfullscreen>
</iframe>
</div>
<hr/>
</div>
@ -25,4 +27,4 @@
</div>
</div>
<?php include_once 'sidebar.php'; ?>
<?php include_once 'footer.php'; ?>
<?php include_once 'footer.php'; ?>

View File

@ -393,3 +393,17 @@ table tr td
{ background: #E5E5DB;
color: #47433F;
border-top: 1px solid #FFF;}
div.map-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
div.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}