Skip to content
Snippets Groups Projects
Commit 2df42965 authored by llaffont's avatar llaffont
Browse files

Administration des domaines: correction affichage de l'arborescence avec plus de 3 sous niveaux

parent 1282c9f5
Branches
Tags
No related merge requests found
......@@ -26,6 +26,7 @@ a, .menuAdmin li {
.first:hover,
.second:hover,
.catalogues ul .first:hover,
.menuAdmin li:hover,
.tree li.album:hover,
th.stat {background-color: rgba(194, 221, 230, 0.4); color:#0058A5;}
......@@ -632,11 +633,18 @@ form#sendparams dd {float: left}
.formations ul,
.catalogues ul,
.profils ul {
padding: 0px;
float: left;
margin-top: 0px;
float: left;
}
.formations ul,
.profils ul {
width: 100%;
padding: 0px;
}
.catalogues ul .first {
background-color: transparent;
}
.profils li,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment