]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
added background color to elgg-content class
authorfoockinho <foockinho@lorea.org>
Sat, 6 Oct 2012 01:39:11 +0000 (03:39 +0200)
committerfoockinho <foockinho@lorea.org>
Sat, 6 Oct 2012 01:39:11 +0000 (03:39 +0200)
views/default/css/elements/components.php

index c1de562cf00953ee0fdf261bf8035ab1d6aac056..e5fd170badb740e783e82f54eb66b91917f9b09d 100644 (file)
@@ -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 {