diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-10 12:44:26 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-12 12:30:04 +0300 |
| commit | e4652f764bf284d95a5233f5578fc67d2e17eaa0 (patch) | |
| tree | 7da3bead6c05f21da4d60d43a6fef66d92fa8242 /res/client/css/by-view | |
| parent | 69412c1e55f13e06cd772c1d98db50548a846d1f (diff) | |
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.
Diffstat (limited to 'res/client/css/by-view')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 8 |
1 files changed, 8 insertions, 0 deletions
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%; +} |
