1
0
Fork 0
This commit is contained in:
fredyrivera 2017-02-11 20:40:26 -05:00
commit 44ef005693
2 changed files with 2 additions and 2 deletions

View File

@ -803,7 +803,7 @@ document.oncopy = addLink;
if(isset($_REQUEST['asistento'])) {
echo asistente_aplicaciones("",'','','');
}else {
echo "<a href='?asistento' class='btn btn-success'>Quiero crear una campaña </a>";
echo "<a href='?asistento' class='btn btn-success'>Quiero crear una campaña </a>";
}
?>

View File

@ -37,7 +37,7 @@
}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
max-width: none !important;
/* max-width: none !important; */
}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {