Bootstrap stream: fix interaction buttons
This commit is contained in:
parent
f1836580db
commit
4da6b075ad
1 changed files with 8 additions and 1 deletions
|
|
@ -2,13 +2,20 @@
|
|||
.controls {
|
||||
z-index: 6;
|
||||
float: right;
|
||||
.comment_report {
|
||||
.post_report, .comment_report {
|
||||
display: inline-block;
|
||||
.icons-report {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
}
|
||||
}
|
||||
.block_user {
|
||||
display: inline-block;
|
||||
.icons-ignoreuser {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
}
|
||||
}
|
||||
.delete {
|
||||
display: inline-block;
|
||||
.icons-deletelabel {
|
||||
|
|
|
|||
Loading…
Reference in a new issue