summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-05-10 12:44:26 +0300
committerAlon Levy <alon@pobox.com>2015-05-12 12:30:04 +0300
commite4652f764bf284d95a5233f5578fc67d2e17eaa0 (patch)
tree7da3bead6c05f21da4d60d43a6fef66d92fa8242 /res/client/css/style.css
parent69412c1e55f13e06cd772c1d98db50548a846d1f (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/style.css')
-rw-r--r--res/client/css/style.css7
1 files changed, 7 insertions, 0 deletions
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;