Fix: Some fix in bureau2crea theme

This commit is contained in:
Laurent Destailleur 2011-01-16 16:24:49 +00:00
parent 067d594cb1
commit 0b75d5af93

View File

@ -224,6 +224,10 @@ div.leftContent {
width: 220px !important; width: 220px !important;
} }
td.vmenu {
width: 220px;
}
div.vmenu { div.vmenu {
position: relative; position: relative;
float: left; float: left;
@ -232,8 +236,10 @@ div.vmenu {
} }
div.fiche { div.fiche {
margin: 0px 20px 20px 40px; margin-<?php print $left; ?>: 12px;
padding: 0px; margin-<?php print $right; ?>: 10px;
margin-bottom: 10px;
padding: 0px;²
position: relative; position: relative;
height: auto; height: auto;
} }
@ -273,7 +279,7 @@ div.tmenu {
white-space: nowrap; white-space: nowrap;
border-left: 0px; border-left: 0px;
padding: 0px; padding: 0px;
margin: 10px 20px 10px 20px; margin: 10px 0px 10px 0px;
font-size: 13px; font-size: 13px;
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu.jpg' ?>) ; background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu.jpg' ?>) ;
height: 22px; height: 22px;