aboutsummaryrefslogtreecommitdiff
path: root/mod/riverdashboard/views/default/riverdashboard/css.php
blob: 590fa1eba2331d6ed0df46724a93cce30e9b45d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php

	/**
	 * Elgg riverdashboard CSS
	 * 
	 * @package riverdashboard
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author Curverider <info@elgg.com>
	 * @copyright Curverider Ltd 2008-2009
	 * @link http://elgg.org/
	 */

?>

/* TEMP riverdashboard css */
.sidebarBox .recentMember {
	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;
}