mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Added delete button
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user