From e4652f764bf284d95a5233f5578fc67d2e17eaa0 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 10 May 2015 12:44:26 +0300 Subject: client: add initial activity stream activity widget that will show: - history for document loaded, gotten via clone REST api - activity as it happens, identical to diffs received but with the context - which user, when if a topo diff what sentence created it. --- res/client/css/by-view/graph-view.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'res/client/css/by-view') diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 4390197e..494b6199 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -294,3 +294,11 @@ g:focus circle { .foreign { text-align: left; } + +.activity-root-div { + position: fixed; + right: 10px; + width: 100px; + height: 80%; + top: 10%; +} -- cgit v1.3.1