mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 09:13:14 +00:00
tweak to position of delete button
This commit is contained in:
parent
cfd9509b71
commit
bba8b2cb36
1 changed files with 2 additions and 2 deletions
|
|
@ -236,7 +236,7 @@
|
|||
font-style:italic;
|
||||
font-weight:normal;
|
||||
position:absolute;
|
||||
top:0; right:4em;
|
||||
top:1em; right:4em;
|
||||
float:none;
|
||||
width:auto;
|
||||
padding:0;
|
||||
|
|
@ -288,7 +288,7 @@
|
|||
opacity:0;
|
||||
visibility:hidden;
|
||||
position:absolute;
|
||||
top:0; right:1em;
|
||||
top:1em; right:1em;
|
||||
z-index:1;
|
||||
color:white;
|
||||
overflow:hidden;
|
||||
|
|
|
|||
Loading…
Reference in a new issue