summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-10-06 04:24:00 +0200
committerfoockinho <foockinho@lorea.org>2012-10-06 04:24:00 +0200
commit61ca1af7d79121304c35ad7c6571513534f204cc (patch)
tree6aa3898961e6fa4b7a26daa3a5b456d1a960f511
parente972851570622d3c1c42eb961f3f57735f0c5eff (diff)
downloadsaravea_theme-61ca1af7d79121304c35ad7c6571513534f204cc.tar.gz
saravea_theme-61ca1af7d79121304c35ad7c6571513534f204cc.tar.bz2
changed background color of comments and deleted border of elgg-output inside comments
-rw-r--r--views/default/css/elements/components.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php
index 7f74090..d992764 100644
--- a/views/default/css/elements/components.php
+++ b/views/default/css/elements/components.php
@@ -205,7 +205,7 @@ margin-top: 3px;
.elgg-river-comments-tab {
display: block;
- background-color: #DDD;
+ background-color: #f7f7f7;
color: #444;
margin-top: 5px;
width: auto;
@@ -222,7 +222,7 @@ margin-top: 3px;
<?php //@todo components.php ?>
.elgg-river-comments {
margin: 0;
- background-color: #DDD;
+ background-color: #f7f7f7;
border-top: none;
border-right: solid 1px #BBB;
border-bottom: solid 1px #BBB;
@@ -234,6 +234,12 @@ margin-top: 3px;
border-radius: 3px;
border-top-right-radius: 0;
}
+
+.elgg-river-comments .elgg-output {
+ border: none;
+
+}
+
.elgg-river-comments li:first-child {
-webkit-border-radius: 5px 0 0;
-moz-border-radius: 5px 0 0;