aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-11 22:32:06 +0200
committerMario Vavti <mario@mariovavti.com>2015-10-11 22:32:06 +0200
commitc963aa98e8fdadb42c9a24889578c6c8e6f3db27 (patch)
tree42435670e458c840b4b74d5162a0582caeb7e352 /view/theme/redbasic/css
parent22a5a91bd57bd81edcf1c4ccaba1e252f5eb23b4 (diff)
downloadvolse-hubzilla-c963aa98e8fdadb42c9a24889578c6c8e6f3db27.tar.gz
volse-hubzilla-c963aa98e8fdadb42c9a24889578c6c8e6f3db27.tar.bz2
volse-hubzilla-c963aa98e8fdadb42c9a24889578c6c8e6f3db27.zip
some conv-item restructuring to allow full width elements
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css35
1 files changed, 19 insertions, 16 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b51fea6cf..59b928ee9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -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-title {
- font-size: $font_size;
+.wall-item-head {
+ padding: 10px 10px 0px 10px;
}
-.hide-comments-outer,
-.thread-wrapper .wall-item-comment-wrapper,
-.wall-item-content-wrapper.comment {
- margin-left: $comment_indent;
+.wall-item-content {
+ padding: 1em 10px;
+}
+
+.wall-item-tools {
+ padding: 0px 10px 10px 10px;
+}
+
+
+.wall-item-title {
+ font-size: $font_size;
}
.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;
}