Skip to content
Snippets Groups Projects
Commit 1cef629b authored by Léonard Brun's avatar Léonard Brun
Browse files

Merge branch 'hotline#37877_pb_d_affichage_sur_la_nouvelle_charte' into 'hotline-master'

Hotline#37877 pb d affichage sur la nouvelle charte

See merge request !1457
parents 1df551a0 8ffc9a9f
Branches
Tags
7 merge requests!1587Master,!1553Master,!1519Master,!1506Master,!1502Master,!1491Master,!1490Hotline master
- ticket #37877 : Administration : correction de l'affichage des listes d'articles
\ No newline at end of file
......@@ -212,6 +212,14 @@ table#suggestions td:last-child a {
margin-left: 5px;
}
.modules table.models td > a img {
margin-right: 5px;
}
.modules table.models td > .actions {
min-width: 100px;
}
.treeView .ui-accordion .ui-accordion-content {
padding-top: 0.5em;
}
......
......@@ -213,7 +213,10 @@ li {
width: 70%;
}
.modules .tree .actions a {
.actions a,
.actions > img,
.treeMenu div[align=right] a,
table#suggestions td:last-child a {
margin-left: 5px;
}
......@@ -221,6 +224,23 @@ li {
margin-left: 5px;
}
.modules table.models td > a img {
margin-right: 5px;
}
.modules table.models td > .actions {
min-width: 100px;
}
.treeView .ui-accordion .ui-accordion-content {
padding-top: 0.5em;
}
.treeView .root {
margin-top: 20px;
padding-left: 20px;
}
.modules img.ico,
.tree .actions img {
height: 16px;
......
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