From 9008d561d88761eec1bc4ec73d91db221576c692 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Wed, 4 Jan 2017 10:38:40 +0100 Subject: [PATCH] jiralinks in content --- css/plugins/magic-matcher.less | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/css/plugins/magic-matcher.less b/css/plugins/magic-matcher.less index e7ad9a1..b0e0741 100755 --- a/css/plugins/magic-matcher.less +++ b/css/plugins/magic-matcher.less @@ -32,6 +32,27 @@ } } +/* + + + + + in content + + + + + */ +a.jiralink { + font-size: @font-size-default; + + img { + float: left; + display: inline-block; + margin-top: 2px; + margin-right: 3px; + } + + span.mm__status { + display: inline-block; + font-size: @font-size-default; + margin-left: 5px; + padding: 1px 4px; + } +} + + +/* + + + + + no js version + + + + + */ .no-js { #dokuwiki_magic-matcher { display: none;