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 {
|
.controls {
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
float: right;
|
float: right;
|
||||||
.comment_report {
|
.post_report, .comment_report {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
.icons-report {
|
.icons-report {
|
||||||
height: 14px;
|
height: 14px;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.block_user {
|
||||||
|
display: inline-block;
|
||||||
|
.icons-ignoreuser {
|
||||||
|
height: 14px;
|
||||||
|
width: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.delete {
|
.delete {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
.icons-deletelabel {
|
.icons-deletelabel {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue