nagivation bar displayed for tablets

This commit is contained in:
Serghei Mihai 2013-11-04 17:24:37 +01:00
parent 2800798093
commit a0b974c867
No known key found for this signature in database
GPG Key ID: 76D1C964BF2FA1AF
1 changed files with 8 additions and 20 deletions

View File

@ -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; */
/* } */
}