Merge branch 'master' of kleper/milfskleper into master
This commit is contained in:
commit
c2ad752f2f
@ -1,5 +1,6 @@
|
|||||||
body {overflow-x:hidden!important;}
|
body {overflow-x:hidden!important;}
|
||||||
|
|
||||||
|
|
||||||
#cabecera-botonera-admin {
|
#cabecera-botonera-admin {
|
||||||
background-color: #777677;
|
background-color: #777677;
|
||||||
}
|
}
|
||||||
@ -43,7 +44,7 @@ body {overflow-x:hidden!important;}
|
|||||||
}
|
}
|
||||||
|
|
||||||
#logo_cabecera {
|
#logo_cabecera {
|
||||||
max-width: 60% !important;
|
max-width: 80% !important;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -327,14 +328,15 @@ legend.legend-area {
|
|||||||
padding-top: 0px !important;
|
padding-top: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#contenedor_cabecera{
|
||||||
#logo_cabecera {
|
padding-top: 30px !important;
|
||||||
max-width: 100% !important;
|
|
||||||
padding-top: 0px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#buscador_blog {
|
#buscador_blog {
|
||||||
padding: 0px;;
|
padding: 0px;;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
@ -342,6 +344,9 @@ legend.legend-area {
|
|||||||
max-height: calc(100vh - 100px) !important;
|
max-height: calc(100vh - 100px) !important;
|
||||||
min-height: calc(100vh - 100px) !important;
|
min-height: calc(100vh - 100px) !important;
|
||||||
}
|
}
|
||||||
|
#contenedor_cabecera{
|
||||||
|
padding-top: 30px !important;
|
||||||
|
}
|
||||||
|
|
||||||
#menu_tupale {
|
#menu_tupale {
|
||||||
background-color: #dfdfdf;
|
background-color: #dfdfdf;
|
||||||
@ -390,13 +395,22 @@ legend.legend-area {
|
|||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#caja,
|
||||||
|
#texto_articulo,
|
||||||
|
.articulo_contenido{
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-secciones{
|
||||||
|
padding: 40px !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*FIN responsive*/
|
/*FIN responsive*/
|
||||||
|
@ -6161,7 +6161,7 @@ if($ver_data[0] !="0") {$boton_ver_data =" <a target='datos'class='boton_land bt
|
|||||||
if($publico[0] =='1') {
|
if($publico[0] =='1') {
|
||||||
$linea .= "
|
$linea .= "
|
||||||
|
|
||||||
<div style=' ' class=' articulo_cuadro col-xs-12 col-sm-push-1 col-sm-9 col-lg-push-1 col-lg-10' id='b_articulo_formulario_$row[id]'>
|
<div style=' ' class=' articulo_cuadro col-xs-12 col-sm-push-2 col-sm-11 col-md-12 col-lg-push-1 col-lg-11' id='b_articulo_formulario_$row[id]'>
|
||||||
<div class=' thumbnail box-secciones' id='b_articulo_formulario_$row[id]'>
|
<div class=' thumbnail box-secciones' id='b_articulo_formulario_$row[id]'>
|
||||||
<a name='formulario_$row[id]'></a>
|
<a name='formulario_$row[id]'></a>
|
||||||
<div class='row rp-b '>
|
<div class='row rp-b '>
|
||||||
@ -6182,7 +6182,7 @@ if($publico[0] =='1') {
|
|||||||
}else{
|
}else{
|
||||||
if($llenar[0] !="0"){
|
if($llenar[0] !="0"){
|
||||||
$linea .="
|
$linea .="
|
||||||
<div style=' ' class=' articulo_cuadro col-xs-12 col-sm-push-1 col-sm-9 col-lg-push-1 col-lg-10' id='b_articulo_formulario_$row[id]'>
|
<div style=' ' class=' articulo_cuadro col-xs-12 col-sm-push-2 col-sm-11 col-md-12 col-lg-push-1 col-lg-11' id='b_articulo_formulario_$row[id]'>
|
||||||
<div class=' thumbnail box-secciones ' id='b_articulo_formulario_$row[id]'>
|
<div class=' thumbnail box-secciones ' id='b_articulo_formulario_$row[id]'>
|
||||||
<a name='formulario_$row[id]'></a>
|
<a name='formulario_$row[id]'></a>
|
||||||
<div class='row rp-b '>
|
<div class='row rp-b '>
|
||||||
|
Loading…
Reference in New Issue
Block a user