diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-31 13:20:09 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-31 13:20:09 +0100 |
commit | 3dab0d365d9fbc16eed7261ed3f68cf7f7f235c4 (patch) | |
tree | 1134a9680bc476345e0758bcfdda1c8e1d8da71a /view/theme/redbasic | |
parent | 0252bac4ba661bb291ef075325f59ca354e02a14 (diff) | |
download | volse-hubzilla-3dab0d365d9fbc16eed7261ed3f68cf7f7f235c4.tar.gz volse-hubzilla-3dab0d365d9fbc16eed7261ed3f68cf7f7f235c4.tar.bz2 volse-hubzilla-3dab0d365d9fbc16eed7261ed3f68cf7f7f235c4.zip |
css fix for reshared-content images and whitespace
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 489d71735..ddf3d1295 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -856,15 +856,26 @@ div.jGrowl div.jGrowl-notification { .contact-block-content { margin-top: 10px; } -.contact-block-img.archived, .app-deleted, .dim { +.contact-block-img.archived, +.app-deleted, +.dim { opacity: 0.3; 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 { border-radius: $radius; margin-right: 10px; |