Simple status box for the sidebar.
[elgg_plugins.git] / river / css.css
blob79af3dd4a2b8be7be825138c15fa8b0ccd666b7c
1 /*
2 THE RIVER
3 */
5 .widget_river_time {
6 color:#777;
7 margin:0 5px 0 5px;
8 font-size:0.8em;
11 .widget_river_type_mediastream__media {
12 border-bottom:1px solid #efefef;
13 margin:5px 0 5px 0;
16 .widget_river_type_mediastream {
17 border-bottom:1px solid #efefef;
18 margin:5px 0 5px 0;
21 .widget_river_text {
22 padding:0 0 0 20px;
23 background:url({{url}}mod/river/images/flag_action.gif) no-repeat left top;
26 p.widget_river_date {
27 font-weight:bold;
28 margin:5px 0 10px 0;
29 padding:0 0 0 20px;
30 background:url({{url}}mod/river/images/date.gif) no-repeat left;
34 the river on recent activity page
37 ._activity_river_entry_time {
38 font-weight:bold;
39 margin:5px 0 10px 0;
40 padding:0 0 0 20px;
41 background:url({{url}}mod/river/images/date.gif) no-repeat left;
44 ._activity_river_entry {
45 border-bottom:1px solid #efefef;
46 margin:5px 0 5px 0;
49 ._activity_river_entry_txt {
50 padding:0 0 0 20px;
51 background:url({{url}}mod/river/images/flag_action.gif) no-repeat left top;
54 ._activity_river_entry ._activity_river_entry_time {
55 color:#777;
56 margin:0 5px 0 5px;
57 font-size:0.8em;
58 background:#fff;
59 padding:0;