Added delete button

This commit is contained in:
Pierre
2018-01-10 20:29:34 +01:00
parent 741dd8b75c
commit 825f88fe8e
2 changed files with 42 additions and 6 deletions

View File

@ -4,12 +4,33 @@
* @author Pierre HUBERT
*/
/**
* Top right actions
*/
.post .top-right-buttons div {
display: inline-block;
padding-right: 10px;
}
.post .top-right-buttons div .btn-group {
padding-right: 0px;
}
/**
* For the visibility
*/
.post .visibility .read-only {
.post .visibility .read-only {
color: #b5bbc8;
padding-right: 10px;
}
/**
* Posts deletion
*/
.post .del-post-div a {
color: #b5bbc8;
}
.post .del-post-div a:active {
color: black;
}
/**