]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updates to core css UI and riverdashboard mod.
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 15 May 2010 14:27:40 +0000 (14:27 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 15 May 2010 14:27:40 +0000 (14:27 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6062 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/riverdashboard/views/default/riverdashboard/css.php
views/default/css.php

index e782bb343b2e0552e01f02fff844c7be48327537..ee8a740c1046959fce063758ef161b999bec68fb 100644 (file)
@@ -38,8 +38,8 @@
 }
 .river_item .entity_subtext {
        padding-left:5px;
-       padding-right:5px;
-       font-size:85%;
+       padding-right:12px;
+       /*font-size:85%;*/
 }
 .river_item_useravatar {
        float:left;
@@ -49,6 +49,9 @@
 .river_item_contents {
        margin-left:55px;
 }
+.river_item_contents a {
+       font-weight: bold;
+}
 .river_content_display {
        border-left:1px solid #DDDDDD;
        font-size:85%;
 .river_link_divider {
        color:#999999;
 }
-.river_comment_form_button,
-.river_user_like_button {
+.river_item_contents .river_comment_form_button,
+.river_item_contents .river_user_like_button {
        font-size:85%;
+       font-weight:normal;
 }
 /* hidden list of users that liked item */
 .river_item .elgg_likes_user {
        margin-left:6px;
        text-align:right;
        font-size:85%;
+       font-weight:normal;
        width:auto;
        background-color: #eeeeee;
        -moz-border-radius-topleft:4px;
index dba14194a62dd8162835ed43e05738a7e601d766..060bc7d39bec0f817ac42d439a8afbdca304b190 100644 (file)
@@ -138,7 +138,7 @@ h1, h2, h3, h4, h5, h6 {
        color:#0054A7;
 }
 h1 { font-size: 1.8em; }
-h2 { font-size: 1.5em; }
+h2 { font-size: 1.5em; line-height: 1.1em; }
 h3 { font-size: 1.2em; }
 h4 { font-size: 1.0em; }
 h5 { font-size: 0.9em; }
@@ -234,9 +234,9 @@ h2 {
 .tags {
        background-image:url(<?php echo $vars['url']; ?>_graphics/elgg_sprites.png);
        background-repeat: no-repeat;
-       background-position: left -198px;
-       padding:1px 0 0 16px;
-       font-size: 90%;
+       background-position: left -196px;
+       padding:1px 0 0 14px;
+       font-size: 85%;
 }
 .tagcloud {
        text-align:justify;
@@ -968,7 +968,7 @@ li.navigation_more ul li {
        clear:both;
        display:block;
        margin:0;
-       padding:5px 0 7px;
+       padding:4px 0 4px;
        position:relative;
 }
 .entity_listing:first-child {
@@ -1000,6 +1000,7 @@ li.navigation_more ul li {
        font-size: 1.1em;
        line-height:1.2em;
        color:#666666;
+       padding-bottom:4px;
 }
 .entity_title a {
        color:#0054A7;