add styles for thesaurus popup autocomplete

This commit is contained in:
Frédéric Péters 2016-05-17 22:03:14 +02:00
parent 60dd4a1731
commit 8dbd79c061
1 changed files with 22 additions and 2 deletions

View File

@ -2750,14 +2750,34 @@ div.droppedcheckboxes input{
background: none;
}
div#entry-points ul, div#term-content ul {
div.thesaurus-search-results ul, div#entry-points ul, div#term-content ul {
list-style: circle;
}
div#entry-points ul li, div#term-content ul li {
div.thesaurus-search-results ul li, div#entry-points ul li, div#term-content ul li {
display: block;
line-height: 1.5em;
padding-left: 1em;
padding-right: 1em;
}
div.thesaurus-search-results ul {
position: absolute;
background: white;
border: 1px solid #aaa;
padding: 1ex 0 1ex 0;
}
div.thesaurus-search-results ul li:nth-child(2n) {
background: #eee;
}
div.thesaurus-search-results ul li a {
display: block;
}
div#term-content h2 {
padding-bottom: 1ex;
}
div#term-content table {