diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index cbd43de..7013412 100755 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -112,27 +112,28 @@ function mapa_ficha($id) { $resultado ="
-
-
- $imagen -
-
-

$nombre[0] - $descripcion[0]

- -
-
-

$razon_social[0]

- MILFS -
+ +
+
+ $imagen +
+
+

$nombre[0] + $descripcion[0]

+ +
+
+

$razon_social[0]

+ MILFS +
+
"; return $resultado; @@ -223,7 +224,7 @@ $consulta = " $sql=mysql_query($consulta,$link); if (mysql_num_rows($sql)!='0'){ -$resultado = "
    "; +$resultado = "
    "; while( $row = mysql_fetch_array( $sql ) ) { $icono = remplacetas('form_parametrizacion','campo',$perfil,'descripcion'," tabla='form_id' and opcion = 'categoria:icon:$row[md5_contenido]'") ; @@ -234,10 +235,10 @@ while( $row = mysql_fetch_array( $sql ) ) { $icon = $icono[0]; } $icono = "$icon"; - $contenido= substr($row[contenido],0, $length = 100); -$resultado .= "
  • $contenido
  • "; + $contenido= substr($row[contenido],0, $length = 15); +$resultado .= "
    $contenido
    "; } -$resultado .= "
"; +$resultado .= "
"; } else{$resultado = '';} } diff --git a/milfs/map.php b/milfs/map.php index 24db019..ad47286 100755 --- a/milfs/map.php +++ b/milfs/map.php @@ -23,7 +23,6 @@ $plantilla ="mapa"; - printJavascript("xajax/"); ?> @@ -44,15 +43,14 @@ $plantilla ="mapa"; background:rgba(255,255,255,1) ; } -@media (min-width: 800px) { +@media (max-width: 800px) { .panel-map{ max-width: 970px; } - .listado_categorias{ - max-height: 70px; - } + + } -@media (min-width: 1200px) { +@media (min-width: 800px) { .panel-map{ max-width: 200px; } @@ -73,14 +71,7 @@ body { margin-bottom: 60px; padding: 0; margin: 0; } -.footer { - position: absolute; - bottom: 2px; - width: auto; - /* Set the fixed height of the footer here */ - height: auto; - z-index:5000 -} + /* Custom page CSS @@ -94,11 +85,29 @@ body > .container { margin: 20px 0; } +.footer { + position: absolute; + bottom: 3px; + width: 95%; + margin: 0 auto; + + height: 120px; + + /* Set the fixed height of the footer here */ + + z-index: 999999; +} .footer > .container { padding: 2px; background-color: white; border-radius: 3px; - width: auto; + width: 90%; + height: 120px; + overflow-x: scroll; + + + + } code { @@ -121,7 +130,11 @@ code {
- +
+