forked from qwerty/tupali
Merge branch 'master' of https://code.tupale.co/qwerty/tupali
This commit is contained in:
commit
44ef005693
@ -803,7 +803,7 @@ document.oncopy = addLink;
|
|||||||
if(isset($_REQUEST['asistento'])) {
|
if(isset($_REQUEST['asistento'])) {
|
||||||
echo asistente_aplicaciones("",'','','');
|
echo asistente_aplicaciones("",'','','');
|
||||||
}else {
|
}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>";
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
/* map is broken in FF if you have max-width: 100% on tiles */
|
/* map is broken in FF if you have max-width: 100% on tiles */
|
||||||
.leaflet-container img {
|
.leaflet-container img {
|
||||||
max-width: none !important;
|
/* max-width: none !important;
*/
|
||||||
}
|
}
|
||||||
/* stupid Android 2 doesn't understand "max-width: none" properly */
|
/* stupid Android 2 doesn't understand "max-width: none" properly */
|
||||||
.leaflet-container img.leaflet-image-layer {
|
.leaflet-container img.leaflet-image-layer {
|
||||||
|
Loading…
Reference in New Issue
Block a user