diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index febb7a293f9..a963f22d7d4 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -1001,9 +1001,9 @@ padding: 2px; /* ============================================================================== */ -/* CSS à appliquer à l'arbre hiérarchique */ +/* CSS a appliquer a l'arbre hierarchique */ -/* Lien plier /déplier tout */ +/* Lien plier /deplier tout */ .arbre-switch { text-align: right; padding: 0 5px; @@ -1043,7 +1043,7 @@ ul.arbre li { ul.arbre li li { margin: 0 0 0 16px; } -/* Uniquement pour les navigateurs à moteur gecko */ +/* Uniquement pour les navigateurs a moteur gecko */ ul.arbre li:last-child { border-left: 0; background: url() no-repeat 0 0; diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index 0c4bce737b2..40c27e7f33a 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -1199,4 +1199,122 @@ div.autocomplete ul li { padding:2px; height:16px; cursor:pointer; - } \ No newline at end of file + } + +/* ============================================================================== */ +/* Admin Menu */ +/* ============================================================================== */ + + +/* CSS a appliquer a l'arbre hierarchique */ + +/* Lien plier /deplier tout */ +.arbre-switch { + 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(); + background-repeat: no-repeat; + background-position: 1px 50%; +} +ul.arbre strong.arbre-plier { + background-image: url(); + cursor: pointer; +} +ul.arbre strong.arbre-deplier { + background-image: url(); + cursor: pointer; +} +ul.arbre ul { + padding: 0; + margin: 0; +} +ul.arbre li { + padding: 0; + margin: 0; + list-style: none; +} +ul.arbre li li { + margin: 0 0 0 16px; +} +/* Uniquement pour les navigateurs a moteur gecko */ +ul.arbre li:last-child { + border-left: 0; + background: url() no-repeat 0 0; +} +/* 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; + +} \ No newline at end of file