diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-15 14:27:40 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-15 14:27:40 +0000 |
commit | 4c9c60671dd922fd384adee312247f7b7019f873 (patch) | |
tree | 629e7e03f18e397fcc138c411d1b0dca787934e8 | |
parent | 0758e7a4f1e791cc5e9bc80dc2ada2747296eac2 (diff) | |
download | elgg-4c9c60671dd922fd384adee312247f7b7019f873.tar.gz elgg-4c9c60671dd922fd384adee312247f7b7019f873.tar.bz2 |
Updates to core css UI and riverdashboard mod.
git-svn-id: http://code.elgg.org/elgg/trunk@6062 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | mod/riverdashboard/views/default/riverdashboard/css.php | 13 | ||||
-rw-r--r-- | views/default/css.php | 11 |
2 files changed, 15 insertions, 9 deletions
diff --git a/mod/riverdashboard/views/default/riverdashboard/css.php b/mod/riverdashboard/views/default/riverdashboard/css.php index e782bb343..ee8a740c1 100644 --- a/mod/riverdashboard/views/default/riverdashboard/css.php +++ b/mod/riverdashboard/views/default/riverdashboard/css.php @@ -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%; @@ -107,9 +110,10 @@ .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 { @@ -138,6 +142,7 @@ margin-left:6px; text-align:right; font-size:85%; + font-weight:normal; width:auto; background-color: #eeeeee; -moz-border-radius-topleft:4px; diff --git a/views/default/css.php b/views/default/css.php index dba14194a..060bc7d39 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -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; |