mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
A couple of small changes to the front-end manage content UI
--HG-- branch : dev
This commit is contained in:
@@ -10,15 +10,20 @@
|
|||||||
position:relative;
|
position:relative;
|
||||||
}
|
}
|
||||||
.managewrapper .manage {
|
.managewrapper .manage {
|
||||||
|
border-style:solid;
|
||||||
border-top:0;
|
border-top:0;
|
||||||
border-right:0;
|
border-right:0;
|
||||||
|
display:none;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
right:0;
|
right:0;
|
||||||
}
|
}
|
||||||
|
.managewrapper:hover .manage {
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
.managewrapper .manage a {
|
.managewrapper .manage a {
|
||||||
background-color:#fff;
|
background-color:#4687ad;
|
||||||
color:#4687ad;
|
color:#fff;
|
||||||
font:14px/14px Segoe UI,Trebuchet,Arial,Sans-Serif;
|
font:14px/14px Segoe UI,Trebuchet,Arial,Sans-Serif;
|
||||||
padding:1px 3px;
|
padding:1px 3px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user