From 8d0fffb04bce8c7c1e4f73f3b0f0815a9218135a Mon Sep 17 00:00:00 2001 From: rmontanana Date: Mon, 17 Mar 2014 13:47:50 +0100 Subject: [PATCH] =?UTF-8?q?El=20men=C3=BA=20ahora=20funciona=20colapsado?= =?UTF-8?q?=20en=20resoluciones=20peque=C3=B1as.=20Correcci=C3=B3n=20en=20?= =?UTF-8?q?el=20tama=C3=B1o=20de=20la=20barra=20de=20b=C3=BAsqueda=20del?= =?UTF-8?q?=20mantenimiento=20en=20resoluciones=20peque=C3=B1as?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mantenimiento.php | 2 +- css/dashboard.php | 12 ++++++++++++ plant/bootstrap.html | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Mantenimiento.php b/Mantenimiento.php index c1d1051..e011ec7 100644 --- a/Mantenimiento.php +++ b/Mantenimiento.php @@ -276,7 +276,7 @@ class Mantenimiento { private function enlaceBusqueda($pagina) { $valor = isset($this->cadenaBusqueda) ? 'value="' . $this->cadenaBusqueda . '"' : ''; - $salida = '
+ $salida = '
'; diff --git a/css/dashboard.php b/css/dashboard.php index bd01936..280dc6c 100644 --- a/css/dashboard.php +++ b/css/dashboard.php @@ -31,6 +31,13 @@ border-bottom: 1px solid #eee; .sidebar { display: none; } +@media (max-width: 767px) { +.sidebar { +top: 50px; +bottom: 150px; +background-color: +} +} @media (min-width: 768px) { .sidebar { position: fixed; @@ -71,6 +78,11 @@ background-color: #428bca; .main { padding: 10px; } +@media (max-width: 767px) { +.main{ + margin-top: 50px; +} +} @media (min-width: 768px) { .main { padding-right: 20px; diff --git a/plant/bootstrap.html b/plant/bootstrap.html index 4ff2f44..a8ec723 100644 --- a/plant/bootstrap.html +++ b/plant/bootstrap.html @@ -24,7 +24,7 @@