From: foockinho Date: Wed, 22 Aug 2012 02:22:37 +0000 (+0200) Subject: modified border radius activity stream X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9517e7098bc9526907ace5b457111e2a44f04995;p=lorea%2Fsaravea_theme.git modified border radius activity stream --- diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index 1edf58d..34784da 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -168,8 +168,9 @@ .elgg-river-content { color: #444; background-color: #DDD; - border-right: solid 1px #888; - border-bottom: solid 1px #888; + border-right: solid 1px #BBB; + border-bottom: solid 1px #BBB; + border-radius: 3px; font-size: 85%; line-height: 1.5em; margin: 8px 0 5px 0; @@ -205,8 +206,9 @@ margin: 0; background-color: #DDD; border-top: none; - border-right: solid 1px #888; - border-bottom: solid 1px #888; + border-right: solid 1px #BBB; + border-bottom: solid 1px #BBB; + border-radius: 3px; } .elgg-river-comments li:first-child { -webkit-border-radius: 5px 0 0;