mise a jour du menu
This commit is contained in:
parent
7e380bb20d
commit
828a7096c4
@ -22,7 +22,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/theme/bureau2crea/style.css.php
|
* \file htdocs/theme/bureau2crea/style.css.php
|
||||||
* \brief Fichier de style CSS du theme bureau2crea
|
* \brief Fichier de style CSS du theme bureau2crea
|
||||||
* \version $Id: style.css.php,v 1.44 2011/08/15 17:43:41 eldy Exp $
|
* \version $Id: style.css.php,v 1.45 2011/08/17 08:00:48 bureau2crea Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||||
@ -242,7 +242,7 @@ div.vmenu {
|
|||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
width: 220px;
|
width: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.fiche {
|
div.fiche {
|
||||||
@ -594,7 +594,7 @@ img.login, img.printer, img.entity {
|
|||||||
.vmenu{
|
.vmenu{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 210px;
|
width: 180px;
|
||||||
}
|
}
|
||||||
<?php if (GETPOST("optioncss") == 'print') { ?>
|
<?php if (GETPOST("optioncss") == 'print') { ?>
|
||||||
.vmenu {
|
.vmenu {
|
||||||
@ -627,7 +627,7 @@ div.blockvmenupair
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_leftCategorie.jpg' ?>);
|
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_leftCategorie.jpg' ?>);
|
||||||
background-position: top left;
|
background-position: top right;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -681,15 +681,15 @@ div.blockvmenusearch
|
|||||||
{
|
{
|
||||||
margin: 3px 0px 15px 0px;
|
margin: 3px 0px 15px 0px;
|
||||||
padding: 25px 0px 2px 2px;
|
padding: 25px 0px 2px 2px;
|
||||||
width: 220px;
|
width: 180px;
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_leftMenu.jpg' ?>);
|
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_leftMenu.jpg' ?>);
|
||||||
background-position: top left;
|
background-position: top right;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.blockvmenusearch input[type="text"] {
|
div.blockvmenusearch input[type="text"] {
|
||||||
float: left;
|
float: left;
|
||||||
width: 150px;
|
width: 110px;
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@ -1364,8 +1364,6 @@ table.noborder {
|
|||||||
|
|
||||||
tr.liste_titre {
|
tr.liste_titre {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background: #7699A9;
|
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/menus/trtitle.png' ?>);
|
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-family: <?php print $fontlist ?>;
|
font-family: <?php print $fontlist ?>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user