diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-13 23:09:14 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-05-13 23:09:17 +0300 |
| commit | 650f7b2cd9301f12b75278e905ebad68588277b4 (patch) | |
| tree | 5db030c12639bda0646bb5b2de55144bbe476808 /res/client/css/style.css | |
| parent | 38609e0c5f26c23162a4af134f32ed812c970b48 (diff) | |
Modified activity stream to run beneath input bar
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 15 |
1 files changed, 9 insertions, 6 deletions
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; |
