Fix: Some fix in bureau2crea theme
This commit is contained in:
parent
067d594cb1
commit
0b75d5af93
@ -83,7 +83,7 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainbody .connexion_box {
|
#mainbody .connexion_box {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
@ -91,7 +91,7 @@ body {
|
|||||||
height: 12px;
|
height: 12px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainbody .connexion_box .login, #mainbody .connexion_box .printer {
|
#mainbody .connexion_box .login, #mainbody .connexion_box .printer {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
@ -99,7 +99,7 @@ body {
|
|||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
padding-right: 10px !important;
|
padding-right: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainbody .connexion_box .login a {
|
#mainbody .connexion_box .login a {
|
||||||
color: #333;
|
color: #333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -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;
|
||||||
@ -427,12 +433,12 @@ li.tmenu, li.tmenusel {
|
|||||||
li.tmenu span, li.tmenusel span {
|
li.tmenu span, li.tmenusel span {
|
||||||
margin: 0px 10px 0px 10px;
|
margin: 0px 10px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenu {
|
li.tmenu {
|
||||||
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu_btnD.jpg' ?>);
|
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu_btnD.jpg' ?>);
|
||||||
background-position: right;
|
background-position: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenu a {
|
li.tmenu a {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
@ -446,16 +452,16 @@ li.tmenu a {
|
|||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenu a:hover {
|
li.tmenu a:hover {
|
||||||
color: #842F00;
|
color: #842F00;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenusel {
|
li.tmenusel {
|
||||||
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenusel_btnD.jpg' ?>);
|
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenusel_btnD.jpg' ?>);
|
||||||
background-position: right;
|
background-position: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenusel a {
|
li.tmenusel a {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
@ -470,11 +476,11 @@ li.tmenusel a {
|
|||||||
color: #474747;
|
color: #474747;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenusel a:hover {
|
li.tmenusel a:hover {
|
||||||
color: #474747;
|
color: #474747;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenu a.tmenudisabled {
|
li.tmenu a.tmenudisabled {
|
||||||
color: #CCC;
|
color: #CCC;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user