From 74fb81e0664a102db475d9e027696e66ca097df7 Mon Sep 17 00:00:00 2001 From: mariez Date: Mon, 28 Mar 2016 18:14:27 -0300 Subject: [PATCH] mobile menu style fixes --- css/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 268a737..db1296f 100755 --- a/css/style.css +++ b/css/style.css @@ -36,9 +36,15 @@ div.panel{padding:0px !important;background:none !important} /* FIX NEEDED BECAO /* # header *******************/ -#navigation #menuTop a.dropdown-toggle{padding-top:22px;padding-bottom:27px} +@media only screen and (min-width:768px){ + #navigation #menuTop a.dropdown-toggle{padding-top:22px;padding-bottom:27px} +} +@media only screen and (max-width:768px){ + #logged{right: 80px; position: absolute; top: 15px;} + .navbar-brand > img{width:150px} +} .navbar-inverse{min-height: 71px} - +.navbar-collapse{box-shadow:none;border-top:0;margin-top:10px;} /* # special pages ************/