css changes to replies

main
barisusakli 9 years ago
parent cdb0896a6c
commit 2ca64be164

@ -142,6 +142,11 @@
margin-left: 61px; margin-left: 61px;
} }
[component="post/replies"] {
margin-left: 61px;
margin-top: 20px;
}
.stats { .stats {
margin: 0px 10px 0px 10px; margin: 0px 10px 0px 10px;
float: left; float: left;
@ -446,18 +451,18 @@
} }
[component="post"] { [component="post"] {
[component="user/picture"], [component="user/status"] { [component="user/picture"], [component="user/status"] {
opacity: 1; opacity: 1;
} }
.icon:before { .icon:before {
opacity: 0; opacity: 0;
} }
&.bg-success { &.bg-success {
background-color: initial; background-color: initial;
.icon:before { .icon:before {
border: 1px solid #5cb85c; border: 1px solid #5cb85c;
color: #5cb85c; color: #5cb85c;
@ -471,7 +476,7 @@
display: inline-block; display: inline-block;
font: normal normal normal 14px/1 FontAwesome; font: normal normal normal 14px/1 FontAwesome;
} }
[component="user/picture"], [component="user/status"] { [component="user/picture"], [component="user/status"] {
opacity: 0; opacity: 0;
} }

Loading…
Cancel
Save