Can show and change visibility level

This commit is contained in:
Pierre
2018-01-10 19:16:28 +01:00
parent 28499dda93
commit 741dd8b75c
3 changed files with 171 additions and 1 deletions

View File

@ -4,6 +4,17 @@
* @author Pierre HUBERT
*/
/**
* For the visibility
*/
.post .visibility .read-only {
color: #b5bbc8;
padding-right: 10px;
}
/**
* For the post content
*/
.post .post_content {
text-align: center;
}