From: foockinho Date: Sat, 6 Oct 2012 01:39:11 +0000 (+0200) Subject: added background color to elgg-content class X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=33d4b4aac7837815e9eacab83c3c8b03bf333d9d;p=lorea%2Fsaravea_theme.git added background color to elgg-content class --- diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index c1de562..e5fd170 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -43,10 +43,21 @@ margin-top: 3px; .elgg-item .elgg-subtext { margin-bottom: 5px; } -.elgg-item .elgg-content { +.elgg-item { margin: 10px 5px; } +.elgg-content { + margin: 10px 5px; + background-color: #f7f7f7; + border: 1px solid #ddd; + padding: 10px; + + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + /* *************************************** Gallery *************************************** */ @@ -182,7 +193,7 @@ margin-top: 3px; } .elgg-river-summary{ - font-size: 95%; + font-size: 94%; } .elgg-river-attachments .elgg-avatar, .elgg-river-attachments .elgg-icon {