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:
parent
e6acdc2663
commit
d29aa0daac
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue