update for new thesaurus popup

This commit is contained in:
Frédéric Péters 2016-05-17 18:13:41 +02:00
parent be3adf3425
commit 60dd4a1731
1 changed files with 40 additions and 0 deletions

View File

@ -2750,3 +2750,43 @@ div.droppedcheckboxes input{
background: none;
}
div#entry-points ul, div#term-content ul {
list-style: circle;
}
div#entry-points ul li, div#term-content ul li {
display: block;
line-height: 1.5em;
padding-left: 1em;
}
div#term-content table {
width: 100%;
}
div#term-content table tr {
background: transparent;
}
div#term-content table td {
width: 50%;
border: none;
}
div#term-content table tr:hover td,
div#term-content table tr:hover h3 {
color: inherit !important;
}
div#term-content table tr:hover a {
color: #aa0000 !important;
}
div#term-content table tr:hover a:hover {
text-decoration: underline;
}
a.add-topic-link {
margin-left: 1ex;
white-space: nowrap;
}