misc: generic style for list of object links

This commit is contained in:
Frédéric Péters 2016-02-13 11:47:02 +01:00
parent fbab2ba7ca
commit 3226499408
1 changed files with 30 additions and 0 deletions

View File

@ -438,6 +438,36 @@ p.paginator a:hover {
background: #eee;
}
ul.objects-list {
margin: 1em 0;
padding: 0;
}
ul.objects-list li {
list-style: none;
margin: 0 0 -1px 0;
padding: 0 0.5ex 0 2ex;
border: 1px solid #aaa;
clear: both;
position: relative;
min-height: 2.5em;
line-height: 2.5em;
}
ul.objects-list.single-links li {
padding: 0;
}
ul.objects-list li:hover {
background: #eee;
}
ul.objects-list.single-links li a {
display: block;
border: none;
padding: 0 0.5ex 0 2ex;
}
/* widgets & dialogs */
textarea:focus,