mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removing the hidden propery on the .managewrapper and giving it a little padding
- trading one hacky way to ensure a target area for one that's slightly less so --HG-- branch : dev
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
border-color:#8f8f8f;
|
||||
}
|
||||
.managewrapper {
|
||||
overflow:hidden;
|
||||
padding:2px 0;
|
||||
position:relative;
|
||||
}
|
||||
.managewrapper .manage {
|
||||
@@ -20,6 +20,7 @@
|
||||
overflow:hidden;
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
.managewrapper:hover .manage {
|
||||
display:block;
|
||||
|
Reference in New Issue
Block a user