Nuevo plugin Private Wiki 0.2.0

This commit is contained in:
Manuel Cillero 2019-01-30 19:41:31 +01:00
parent 4e788bb03c
commit 49913ad11b
20 changed files with 480 additions and 0 deletions

View file

@ -0,0 +1,14 @@
.private_wiki_flag {
background: #D22;
color: white;
padding: 2px 2px 2px 2px;
border-radius: 2px;
}
.icon-setprivate{
background-image: url(../images/hide.png);
}
.icon-setpublic{
background-image: url(../images/reveal.png);
}