]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
changed elgg-river-message background color, changed typograpy proportion on river...
authorfoockinho <foockinho@lorea.org>
Sat, 6 Oct 2012 01:20:09 +0000 (03:20 +0200)
committerfoockinho <foockinho@lorea.org>
Sat, 6 Oct 2012 01:20:09 +0000 (03:20 +0200)
views/default/css/elements/components.php
views/default/css/elements/typography.php

index c5728294c1bbb31481f76c1990d396c75e244890..0f1cfdfea426c70c329427f3414e6945b519a95a 100644 (file)
@@ -172,15 +172,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: 85%;
+}
 .elgg-river-attachments .elgg-avatar,
 .elgg-river-attachments .elgg-icon {
        float: left;
index 943f323d4f37d8858075db747343e63f918e2915..f6b8549571f9dad0de9f866163b24c3f04b4b0cf 100644 (file)
@@ -105,6 +105,7 @@ blockquote {
 
 h1, h2, h3, h4, h5, h6 {
        color: #333;
+       font-weight: bold;
 }
 
 h1 { font-size: 2em; visibility: hidden;}
@@ -128,6 +129,7 @@ h6 { font-size: 0.8em; }
        float: left;
        max-width: 530px;
        margin-right: 10px;
+       
 }
 .elgg-heading-basic {
        color: #616068;