Editbutton should be closely below section

The `margin-top: 0` overwrites DokuWiki's default `margin-top: -1.4em`
and causes the edit button to be far below the section it is supposed to
edit. This causes a visual disconnect between button and section,
especially for small or empty sections. This is even more
apparent when contrasted with the button-placement for tables etc.
This commit is contained in:
Michael Große 2017-04-21 17:49:52 +02:00
commit d29aa0daac
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

@ -21,7 +21,6 @@
z-index: 2; z-index: 2;
top: 0; top: 0;
float: right; float: right;
margin-top: 0;
form div.no { form div.no {
button { button {