Added and changed on some places div class generic-content-wrapper. And added to redbasic. Other thems can now also theme backgrounds of a lot of pages. I'm not completely done, but till now - this is it.
This commit is contained in:
@@ -1861,16 +1861,19 @@ img.mail-list-sender-photo {
|
||||
max-width: $converse_width;
|
||||
}
|
||||
|
||||
.wall-item-content-wrapper {
|
||||
.wall-item-content-wrapper, .generic-content-wrapper {
|
||||
background-color: $item_colour;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.wall-item-content-wrapper {
|
||||
border-top-right-radius: $radiuspx;
|
||||
border-top-left-radius: $radiuspx;
|
||||
}
|
||||
|
||||
.generic-content-wrapper {
|
||||
border-bottom-right-radius: $radiuspx;
|
||||
border-bottom-left-radius: $radiuspx;
|
||||
}
|
||||
|
||||
|
||||
.comment .wall-item-body {
|
||||
padding-left: $comment_padding;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user