NEW - # 116: Added Private Folder s

http://bugs.koc.se/view.php?id=116
This commit is contained in:
Ziver Koc 2012-06-13 20:05:58 +00:00
parent d3b4793113
commit 36cee77790
9 changed files with 84 additions and 19 deletions

View file

@ -96,4 +96,15 @@ padding-top: 0px;
.modmedia_edit{
display: none;
}
.not-singular .entry-content .private{
display: block;
position: absolute;
top: -6px;
right: 10px;
width: 74px;
height: 22px;
background: url("../img/private.png") no-repeat top left;
z-index: 200
}