19 lines
334 B
CSS
Executable file
19 lines
334 B
CSS
Executable file
.private_page_flag,
|
|
.private_wiki_flag {
|
|
background: #d22;
|
|
color: white;
|
|
padding: 1px 2px;
|
|
border-radius: 2px;
|
|
cursor: default;
|
|
}
|
|
.private_wiki_flag {
|
|
margin-left: .44em;
|
|
}
|
|
|
|
.icon-setprivate{
|
|
background-image: url(../images/hide.png);
|
|
}
|
|
|
|
.icon-setpublic{
|
|
background-image: url(../images/reveal.png);
|
|
}
|