summaryrefslogtreecommitdiff
path: root/views/default/css/elements/components.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-10-09 03:42:01 +0200
committerSem <sembrestels@riseup.net>2012-10-09 03:42:01 +0200
commit4cea7f26505218c784dd28ebc172bfaa9f8ef02a (patch)
treed2bce33adde1eee051f1c722c5fd87b197da4889 /views/default/css/elements/components.php
parentd37437afb55b90a0f6df6cb08d8b116473071941 (diff)
parent0fb0e1085cb5c688e38d48b40d8c336d4a0cc3cd (diff)
downloadsaravea_theme-4cea7f26505218c784dd28ebc172bfaa9f8ef02a.tar.gz
saravea_theme-4cea7f26505218c784dd28ebc172bfaa9f8ef02a.tar.bz2
Merge branch 'call4desing' of gitorious.org:lorea/n1_theme into call4desing
Diffstat (limited to 'views/default/css/elements/components.php')
-rw-r--r--views/default/css/elements/components.php45
1 files changed, 37 insertions, 8 deletions
diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php
index c572829..daac3c7 100644
--- a/views/default/css/elements/components.php
+++ b/views/default/css/elements/components.php
@@ -43,10 +43,20 @@ margin-top: 3px;
.elgg-item .elgg-subtext {
margin-bottom: 5px;
}
-.elgg-item .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;
+
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
}
+
+
/* ***************************************
Gallery
*************************************** */
@@ -111,6 +121,16 @@ margin-top: 3px;
margin-bottom: 20px;
}
+.elgg-owner-block h3 {
+
+}
+.elgg-owner-block .elgg-subtext {
+ padding: 2px 0 9px 0;
+}
+
+
+
+
/* ***************************************
Messages
*************************************** */
@@ -172,15 +192,18 @@ margin-top: 3px;
.elgg-river-message,
.elgg-river-content {
color: #444;
- background-color: #DDD;
- border-right: solid 1px #BBB;
- border-bottom: solid 1px #BBB;
+ background-color: #f7f7f7;
+ border: 1px solid #ccc;
border-radius: 3px;
- font-size: 85%;
+ font-size: 100%;
line-height: 1.5em;
margin: 8px 0 5px 0;
padding: 5px;
}
+
+.elgg-river-summary{
+ font-size: 94%;
+}
.elgg-river-attachments .elgg-avatar,
.elgg-river-attachments .elgg-icon {
float: left;
@@ -192,7 +215,7 @@ margin-top: 3px;
.elgg-river-comments-tab {
display: block;
- background-color: #DDD;
+ background-color: #f7f7f7;
color: #444;
margin-top: 5px;
width: auto;
@@ -209,7 +232,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;
@@ -221,6 +244,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;