From: foockinho Date: Sat, 6 Oct 2012 02:12:41 +0000 (+0200) Subject: added background color for combination of classes elgg-item elgg-output, changed... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e972851570622d3c1c42eb961f3f57735f0c5eff;p=lorea%2Fsaravea_theme.git added background color for combination of classes elgg-item elgg-output, changed margins --- diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index e5fd170..7f74090 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -43,12 +43,9 @@ margin-top: 3px; .elgg-item .elgg-subtext { margin-bottom: 5px; } -.elgg-item { - margin: 10px 5px; -} -.elgg-content { - margin: 10px 5px; +.elgg-item .elgg-content, .elgg-content .elgg-output, .elgg-item .elgg-output { + margin: 5px; background-color: #f7f7f7; border: 1px solid #ddd; padding: 10px; @@ -58,6 +55,8 @@ margin-top: 3px; border-radius: 3px; } + + /* *************************************** Gallery *************************************** */