Minor styling improvement

Reduce overlapping between tagalerts messages and top tags
This commit is contained in:
Simon DELAGE 2021-10-05 13:14:31 +02:00
parent 182dcc4211
commit 32726b1c07
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
base tagalerts
author Simon Delage
email sdelage@gmail.com
date 2019-02-09
date 2021-10-05
name Tag Alerts
desc Throw alerts when some tags are detected (based on Dokuwiki system messages or just styling tag list links)
url https://www.dokuwiki.org/plugin:tagalerts

View file

@ -33,8 +33,9 @@
.dokuwiki div.tagsuccess,
.dokuwiki div.tagnotify {
padding: 0 .5em 0 3em;
margin: .5em auto;
margin: 0 auto .5em 0;
background-position: 8px 50%;
display: table;
}
.dokuwiki div.tagerror {