aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-22 12:58:11 +0200
committerMario Vavti <mario@mariovavti.com>2015-10-22 12:58:11 +0200
commitbcb4ac7aaeedbd776b3eb1cb66f85eb48a14040c (patch)
tree295506ebfa3e96f6e0e0ae2244d96b9d241e6214 /view/theme
parent5395b173aa514b5dc99768c259f7b04c97ff9743 (diff)
downloadvolse-hubzilla-bcb4ac7aaeedbd776b3eb1cb66f85eb48a14040c.tar.gz
volse-hubzilla-bcb4ac7aaeedbd776b3eb1cb66f85eb48a14040c.tar.bz2
volse-hubzilla-bcb4ac7aaeedbd776b3eb1cb66f85eb48a14040c.zip
experiment: put the photo-item photo on top of the post
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index d90e9e7c8..d01abff8e 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1635,7 +1635,13 @@ img.mail-conv-sender-photo {
}
.wall-photo-item {
- padding: 0.5em 0px;
+ /*padding: 0.5em 10px;*/
+}
+
+.wall-photo-item img {
+ max-width: 100% !important;
+ border-top-right-radius: $radiuspx;
+ border-top-left-radius: $radiuspx;
}
.wall-item-tools {