css fix for reshared-content images and whitespace
This commit is contained in:
parent
0252bac4ba
commit
3dab0d365d
@ -856,15 +856,26 @@ div.jGrowl div.jGrowl-notification {
|
|||||||
.contact-block-content {
|
.contact-block-content {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
.contact-block-img.archived, .app-deleted, .dim {
|
.contact-block-img.archived,
|
||||||
|
.app-deleted,
|
||||||
|
.dim {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
filter:alpha(opacity=30);
|
filter:alpha(opacity=30);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.profile-match-connect { margin-top: 5px; }
|
.profile-match-connect {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reshared-content {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reshared-content img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.reshared-content { margin-left: 20px; }
|
|
||||||
.shared_header img {
|
.shared_header img {
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
Reference in New Issue
Block a user