some conv-item restructuring to allow full width elements

This commit is contained in:
Mario Vavti
2015-10-11 22:32:06 +02:00
parent 22a5a91bd5
commit c963aa98e8
5 changed files with 71 additions and 74 deletions

View File

@@ -129,7 +129,7 @@ pre code {
code {
font-size: 1em;
padding: 5px;
padding: 1em;
border: 1px solid #ccc;
background: #ccc;
color: #000;
@@ -1432,7 +1432,10 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
.profile-match-connect { margin-top: 5px; }
.reshared-content { margin-left: 20px; }
.shared_header img { margin-right: 10px; }
.shared_header img {
border-radius: $radiuspx;
margin-right: 10px;
}
.tag1 {
font-size : 0.9em !important;
@@ -1635,39 +1638,39 @@ img.mail-conv-sender-photo {
/* conversation */
.wall-item-head {
padding: 10px 10px 0px 10px;
}
.wall-item-content {
padding: 1em 10px;
}
.wall-item-tools {
padding: 0px 10px 10px 10px;
}
.wall-item-title {
font-size: $font_size;
}
.hide-comments-outer,
.thread-wrapper .wall-item-comment-wrapper,
.wall-item-content-wrapper.comment {
margin-left: $comment_indent;
}
.wall-item-content-wrapper {
background-color: $item_colour;
padding: 10px;
border-top-right-radius: $radiuspx;
border-top-left-radius: $radiuspx;
}
.wall-item-content-wrapper.comment {
background-color: $comment_item_colour;
border-color: $comment_border_colour;
border-style: solid;
border-width: 0px 0px 0px 3px;
border-radius: 0px;
padding: 7px 10px 7px 7px;
}
.hide-comments-outer {
background-color: $comment_item_colour;
border-color: $comment_border_colour;
border-top-color: #ccc;
border-style: solid;
border-top-style: dashed;
border-width: 1px 0px 0px 3px;
border-width: 1px 0px 0px 0px;
text-align: center;
border-radius: 0px;
}