summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-08-22 04:22:37 +0200
committerfoockinho <foockinho@lorea.org>2012-08-22 04:22:37 +0200
commit9517e7098bc9526907ace5b457111e2a44f04995 (patch)
tree7b44e44db1674b3f626780be89c17e88f43599ef
parenta8faa436b5c62f451fa2bbc2d63c08a67ed9593d (diff)
downloadsaravea_theme-9517e7098bc9526907ace5b457111e2a44f04995.tar.gz
saravea_theme-9517e7098bc9526907ace5b457111e2a44f04995.tar.bz2
modified border radius activity stream
-rw-r--r--views/default/css/elements/components.php10
1 files changed, 6 insertions, 4 deletions
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;