Removed deprecated code
This commit is contained in:
parent
b40f1a5261
commit
3c18696f7e
@ -1581,105 +1581,10 @@ form.inplaceeditor-form a {/* The cancel link */
|
|||||||
/* Admin Menu */
|
/* Admin Menu */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
/* CSS à appliquer à l'arbre hierarchique */
|
/* CSS for treeview */
|
||||||
|
.treeview ul { background-color: transparent !important; margin-top: 0; }
|
||||||
/* Lien plier / déplier tout */
|
.treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 20px; }
|
||||||
.arbre-switch {
|
.treeview .hover { color: black !important; }
|
||||||
text-align:right;
|
|
||||||
padding:0 5px;
|
|
||||||
margin:0 0 -18px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Arbre */
|
|
||||||
ul.arbre {padding:5px 10px;}
|
|
||||||
|
|
||||||
/* strong:A modifier en fonction de la balise choisie */
|
|
||||||
ul.arbre strong {
|
|
||||||
font-weight:normal;
|
|
||||||
padding:0 0 0 20px;
|
|
||||||
margin:0 0 0 -7px;
|
|
||||||
background-image:url(<?php echo DOL_URL_ROOT.'/theme/common/treemenu/branch.gif' ?>);
|
|
||||||
background-repeat:no-repeat;
|
|
||||||
background-position:1px 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.arbre strong.arbre-plier {
|
|
||||||
background-image:url(<?php echo DOL_URL_ROOT.'/theme/common/treemenu/plus.gif' ?>);
|
|
||||||
cursor:pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.arbre strong.arbre-deplier {
|
|
||||||
background-image:url(<?php echo DOL_URL_ROOT.'/theme/common/treemenu/minus.gif' ?>);
|
|
||||||
cursor:pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.arbre ul {
|
|
||||||
padding:0;
|
|
||||||
margin:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.arbre li {
|
|
||||||
padding:0;
|
|
||||||
margin:0;
|
|
||||||
list-style:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* This is to create an indent */
|
|
||||||
ul.arbre li li {margin:0 0 0 16px;}
|
|
||||||
|
|
||||||
/* Classe pour masquer */
|
|
||||||
.hide {display:none;}
|
|
||||||
|
|
||||||
img.menuNew {
|
|
||||||
display:block;
|
|
||||||
border:0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.menuEdit {
|
|
||||||
border:0px;
|
|
||||||
display:block;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.menuDel {
|
|
||||||
display:none;
|
|
||||||
border:0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuNew {
|
|
||||||
margin-top:-20px;
|
|
||||||
margin-left:270px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuEdit {
|
|
||||||
margin-top:-15px;
|
|
||||||
margin-left:250px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuDel {
|
|
||||||
margin-top:-20px;
|
|
||||||
margin-left:290px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuFleche {
|
|
||||||
margin-top:-16px;
|
|
||||||
margin-left:320px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
@ -1742,113 +1742,9 @@ li.cal_event { border: none; list-style-type: none; }
|
|||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
/* CSS for treeview */
|
/* CSS for treeview */
|
||||||
|
.treeview ul { background-color: transparent !important; margin-top: 0; }
|
||||||
/* Lien plier /deplier tout */
|
.treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 20px; }
|
||||||
.arbre-switch {
|
.treeview .hover { color: black !important; }
|
||||||
text-align: right;
|
|
||||||
padding: 0 5px;
|
|
||||||
margin: 0 0 -18px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Arbre */
|
|
||||||
ul.arbre {
|
|
||||||
padding: 5px 10px;
|
|
||||||
}
|
|
||||||
/* strong : A modifier en fonction de la balise choisie */
|
|
||||||
ul.arbre strong {
|
|
||||||
font-weight: normal;
|
|
||||||
padding: 0 0 0 20px;
|
|
||||||
margin: 0 0 0 -7px;
|
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/common/treemenu/branch.gif',1); ?>);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 1px 50%;
|
|
||||||
}
|
|
||||||
ul.arbre strong.arbre-plier {
|
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/common/treemenu/plus.gif',1); ?>);
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
ul.arbre strong.arbre-deplier {
|
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/common/treemenu/minus.gif',1); ?>);
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
ul.arbre ul {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
ul.arbre li {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
/* This is to create an indent */
|
|
||||||
ul.arbre li li {
|
|
||||||
margin: 0 0 0 16px;
|
|
||||||
}
|
|
||||||
/* Classe pour masquer */
|
|
||||||
.hide {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.menuNew
|
|
||||||
{
|
|
||||||
display:block;
|
|
||||||
border:0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.menuEdit
|
|
||||||
{
|
|
||||||
border: 0px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.menuDel
|
|
||||||
{
|
|
||||||
display:none;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuNew
|
|
||||||
{
|
|
||||||
margin-top:-20px;
|
|
||||||
margin-<?php print $left; ?>:270px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuEdit
|
|
||||||
{
|
|
||||||
margin-top:-15px;
|
|
||||||
margin-<?php print $left; ?>:250px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuDel
|
|
||||||
{
|
|
||||||
margin-top:-20px;
|
|
||||||
margin-<?php print $left; ?>:290px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuFleche
|
|
||||||
{
|
|
||||||
margin-top:-16px;
|
|
||||||
margin-<?php print $left; ?>:320px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
@ -1908,113 +1908,9 @@ li.cal_event { border: none; list-style-type: none; }
|
|||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
/* CSS for treeview */
|
/* CSS for treeview */
|
||||||
|
.treeview ul { background-color: transparent !important; margin-top: 0; }
|
||||||
/* Lien plier /deplier tout */
|
.treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 20px; }
|
||||||
.arbre-switch {
|
.treeview .hover { color: black !important; }
|
||||||
text-align: right;
|
|
||||||
padding: 0 5px;
|
|
||||||
margin: 0 0 -18px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Arbre */
|
|
||||||
ul.arbre {
|
|
||||||
padding: 5px 10px;
|
|
||||||
}
|
|
||||||
/* strong : A modifier en fonction de la balise choisie */
|
|
||||||
ul.arbre strong {
|
|
||||||
font-weight: normal;
|
|
||||||
padding: 0 0 0 20px;
|
|
||||||
margin: 0 0 0 -7px;
|
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/common/treemenu/branch.gif' ?>);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 1px 50%;
|
|
||||||
}
|
|
||||||
ul.arbre strong.arbre-plier {
|
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/common/treemenu/plus.gif' ?>);
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
ul.arbre strong.arbre-deplier {
|
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/common/treemenu/minus.gif' ?>);
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
ul.arbre ul {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
ul.arbre li {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
/* This is to create an indent */
|
|
||||||
ul.arbre li li {
|
|
||||||
margin: 0 0 0 16px;
|
|
||||||
}
|
|
||||||
/* Classe pour masquer */
|
|
||||||
.hide {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.menuNew
|
|
||||||
{
|
|
||||||
display:block;
|
|
||||||
border:0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.menuEdit
|
|
||||||
{
|
|
||||||
border: 0px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.menuDel
|
|
||||||
{
|
|
||||||
display:none;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuNew
|
|
||||||
{
|
|
||||||
margin-top:-20px;
|
|
||||||
margin-<?php print $left; ?>:270px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuEdit
|
|
||||||
{
|
|
||||||
margin-top:-15px;
|
|
||||||
margin-<?php print $left; ?>:250px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuDel
|
|
||||||
{
|
|
||||||
margin-top:-20px;
|
|
||||||
margin-<?php print $left; ?>:290px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuFleche
|
|
||||||
{
|
|
||||||
margin-top:-16px;
|
|
||||||
margin-<?php print $left; ?>:320px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
@ -1863,113 +1863,9 @@ li.cal_event { border: none; list-style-type: none; }
|
|||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
/* CSS for treeview */
|
/* CSS for treeview */
|
||||||
|
.treeview ul { background-color: transparent !important; margin-top: 0; }
|
||||||
/* Lien plier /deplier tout */
|
.treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 20px; }
|
||||||
.arbre-switch {
|
.treeview .hover { color: black !important; }
|
||||||
text-align: right;
|
|
||||||
padding: 0 5px;
|
|
||||||
margin: 0 0 -18px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Arbre */
|
|
||||||
ul.arbre {
|
|
||||||
padding: 5px 10px;
|
|
||||||
}
|
|
||||||
/* strong : A modifier en fonction de la balise choisie */
|
|
||||||
ul.arbre strong {
|
|
||||||
font-weight: normal;
|
|
||||||
padding: 0 0 0 20px;
|
|
||||||
margin: 0 0 0 -7px;
|
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/common/treemenu/branch.gif' ?>);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 1px 50%;
|
|
||||||
}
|
|
||||||
ul.arbre strong.arbre-plier {
|
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/common/treemenu/plus.gif' ?>);
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
ul.arbre strong.arbre-deplier {
|
|
||||||
background-image: url(<?php echo DOL_URL_ROOT.'/theme/common/treemenu/minus.gif' ?>);
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
ul.arbre ul {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
ul.arbre li {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
/* This is to create an indent */
|
|
||||||
ul.arbre li li {
|
|
||||||
margin: 0 0 0 16px;
|
|
||||||
}
|
|
||||||
/* Classe pour masquer */
|
|
||||||
.hide {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.menuNew
|
|
||||||
{
|
|
||||||
display:block;
|
|
||||||
border:0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.menuEdit
|
|
||||||
{
|
|
||||||
border: 0px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.menuDel
|
|
||||||
{
|
|
||||||
display:none;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuNew
|
|
||||||
{
|
|
||||||
margin-top:-20px;
|
|
||||||
margin-<?php print $left; ?>:270px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuEdit
|
|
||||||
{
|
|
||||||
margin-top:-15px;
|
|
||||||
margin-<?php print $left; ?>:250px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuDel
|
|
||||||
{
|
|
||||||
margin-top:-20px;
|
|
||||||
margin-<?php print $left; ?>:290px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
div.menuFleche
|
|
||||||
{
|
|
||||||
margin-top:-16px;
|
|
||||||
margin-<?php print $left; ?>:320px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px;
|
|
||||||
width:30px;
|
|
||||||
position:relative;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user