Ensuring the content edit button on the front stays above everything

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-10 10:59:17 -08:00
parent a307588309
commit 060d9b21af

View File

@@ -1,6 +1,7 @@
.managewrapper,
.managewrapper .manage {
border:1px dashed #ccc;
z-index:9999;
}
.managewrapper:hover,
.managewrapper:hover .manage {
@@ -25,7 +26,9 @@
.managewrapper .manage a {
background-color:#4687ad;
color:#fff;
display:block;
font:14px/14px Segoe UI,Trebuchet,Arial,Sans-Serif;
height:16px;
padding:1px 3px;
}
.managewrapper .manage a:hover {