From cce1163a3a0b25f781a62ec2d1492e53333d7573 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 17 Feb 2009 14:59:11 +0000 Subject: css added to sep file git-svn-id: https://code.elgg.org/elgg/trunk@2784 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/riverdashboard/css.php | 39 +++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'mod/riverdashboard/views') diff --git a/mod/riverdashboard/views/default/riverdashboard/css.php b/mod/riverdashboard/views/default/riverdashboard/css.php index 23474fbad..590fa1eba 100644 --- a/mod/riverdashboard/views/default/riverdashboard/css.php +++ b/mod/riverdashboard/views/default/riverdashboard/css.php @@ -12,7 +12,44 @@ ?> +/* TEMP riverdashboard css */ .sidebarBox .recentMember { - margin:0 4px 4px 4px; + margin:6px 6px 0 0; float:left; +} +.sidebarBox #thewire_sidebarInputBox { + width:178px; +} +.sidebarBox .last_wirepost { + margin:20px 0 20px 0; +} +.sidebarBox .last_wirepost .thewire-singlepage { + margin:0; +} +.sidebarBox .last_wirepost .thewire-singlepage .note_date { + line-height: 1em; + padding:3px 0 0 4px; + width:142px; +} +.sidebarBox .last_wirepost .thewire-singlepage p.note_body { + color:#666666; + line-height: 1.2em; +} +.sidebarBox .last_wirepost .thewire-singlepage .thewire_icon { + margin:6px; +} +.sidebarBox .last_wirepost .thewire-singlepage .thewire-post { + background-position: 135px bottom; +} +.sidebarBox .thewire_characters_remaining { + float:right; +} +.sidebarBox input.thewire_characters_remaining_field { + background: #dedede; +} +.sidebarBox input#thewire_submit_button { + background: #4690d6; + margin:2px 0 0 0; + padding:2px 2px 1px 2px; + height:auto; } \ No newline at end of file -- cgit v1.2.3