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/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 86b73a61..de566471 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -1086,6 +1086,13 @@ g:focus circle { .foreign { text-align: left; } +.activity-root-div { + position: fixed; + right: 10px; + width: 100px; + height: 80%; + top: 10%; } + .welcome-box { margin-left: auto; margin-right: auto; -- cgit v1.3.1