From 60dd4a173102610bbda2e2b66d72e7d7d93918e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 May 2016 18:13:41 +0200 Subject: [PATCH] update for new thesaurus popup --- plonetheme/pcfweb/static/css/style.css | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/plonetheme/pcfweb/static/css/style.css b/plonetheme/pcfweb/static/css/style.css index 9859e87..a2cf4a1 100644 --- a/plonetheme/pcfweb/static/css/style.css +++ b/plonetheme/pcfweb/static/css/style.css @@ -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; +}