From a0b974c8670bd0fb8c25312957b16bc186a03d7d Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Mon, 4 Nov 2013 17:24:37 +0100 Subject: [PATCH] nagivation bar displayed for tablets --- plonetheme/pfbweb/static/css/pfbweb.css | 28 +++++++------------------ 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index a6c9f64..cf3c865 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -3466,6 +3466,8 @@ body.largeText #content-core p { margin: 5px 2px; clear: both; width: 98%; + border: 0; + height: 0; } #menu li { @@ -3501,7 +3503,9 @@ body.largeText #content-core p { } .nav { - display: none; + clear: both; + max-width: 98%; + } #agenda-legend { @@ -3569,7 +3573,7 @@ body.largeText #content-core p { } .labelboxes, .date-field { - margin-left: 22% !important; + margin-left: 27% !important; } .formHelp { @@ -3585,24 +3589,16 @@ body.largeText #content-core p { max-width: 90%; } - /* #lcol { */ - /* width: 100%; */ - /* } */ - #lcol dl.portlet ul.navTreeLevel0 > .navTreeItem { float: left; margin: 0 5px; } #lcolmenu { - background: url('/++theme++plonetheme.pfbweb/images/barrette.gif') repeat-x; - height: 5px + background: none; + height: 0; } - /* #lcol img { */ - /* visibility: hidden; */ - /* } */ - #lcol ul.navTree { margin-top: 5px; } @@ -3611,12 +3607,4 @@ body.largeText #content-core p { float: left; margin: 0 5px; } - - /* #lcolmenu li.section-agenda-parlementaire, #lcolmenu li.section-agenda-des-activites { */ - /* position: relative; */ - /* left: 0; */ - /* text-transform: none; */ - /* top: 0; */ - /* width: auto; */ - /* } */ } \ No newline at end of file