Minor styling improvement
Reduce overlapping between tagalerts messages and top tags
This commit is contained in:
parent
182dcc4211
commit
32726b1c07
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue