From 7d187a36498f5f0fc058a270bf3dee040c996b89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 29 Mar 2020 17:20:20 +0200 Subject: [PATCH] add topik style for link cells --- panikweb_templates/static/css/_specifics.scss | 2 +- .../templates/combo/cells/topik/link-cell.html | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 panikweb_templates/templates/combo/cells/topik/link-cell.html diff --git a/panikweb_templates/static/css/_specifics.scss b/panikweb_templates/static/css/_specifics.scss index 34fb846..4fbd4f1 100644 --- a/panikweb_templates/static/css/_specifics.scss +++ b/panikweb_templates/static/css/_specifics.scss @@ -1760,7 +1760,7 @@ a.topik-link { margin-top: 1em; } -#fiber-content div.topikcell a { +#fiber-content div.topikcellcontent a { text-decoration: none; height: 500px; } diff --git a/panikweb_templates/templates/combo/cells/topik/link-cell.html b/panikweb_templates/templates/combo/cells/topik/link-cell.html new file mode 100644 index 0000000..886a490 --- /dev/null +++ b/panikweb_templates/templates/combo/cells/topik/link-cell.html @@ -0,0 +1,18 @@ +{% load thumbnail %} + -- 2.39.2