From 650f7b2cd9301f12b75278e905ebad68588277b4 Mon Sep 17 00:00:00 2001 From: garbash Date: Wed, 13 May 2015 23:09:14 +0300 Subject: Modified activity stream to run beneath input bar --- res/client/css/style.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 437dad3c..f66f823a 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -1092,14 +1092,17 @@ g:focus circle { text-align: left; } .activity-root-div { - position: fixed; - left: 24px; - width: 200px; - height: 70%; - top: 20%; } + position: absolute; + /* left: 24px; */ + /* width: 100%; */ + max-height: 400px; + /* top: 20%; */ + background: white; + /* height: 200px; */ + overflow: auto; } .activity-div { - border: 1px solid #004681; } + border: 1px solid #f5f5fa; } .activity-div:hover { color: #8eb6bf; -- cgit v1.3.1