manager: use flat and bigger blocks in object lists (#7561)

This commit is contained in:
Frédéric Péters 2015-06-14 20:20:52 +02:00
parent e59d661567
commit 16677c0126
1 changed files with 13 additions and 4 deletions

View File

@ -142,10 +142,19 @@ li.cell-type input:checked ~ ul {
.icon-eye-open:before { content: "\f06e "; }
div.objects-list > div {
border: 1px solid #eee;
margin: 0.5ex 0;
box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 1px 0px;
padding: 1ex;
border: 1px solid #bcbcbc;
border-collapse: collapse;
margin-top: -1px;
}
div.objects-list > div a {
padding: 1em 1ex;
display: block;
border-bottom: none;
}
div.objects-list > div:hover {
background: #ccc;
}
div.objects-list > div.level-1 {