diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-18 19:49:07 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-18 19:49:19 +0300 |
| commit | 2bf15a54a5404ad2c748d3d27a76dd3a38f670ab (patch) | |
| tree | eeab83ca78731228fbb084a4bcd52e09caa192c9 /res/client/css/by-view | |
| parent | fc05261b988b30ba1cbe1747fd2bcc736abcbc23 (diff) | |
client/view/activity: add toggle button
Diffstat (limited to 'res/client/css/by-view')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 1d1b2d21..1211615d 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -331,10 +331,23 @@ g:focus circle { text-align: left; } -.activity-root-div { +.activity-fold { position: absolute; width: 100%; max-height: 400px; +} + +.activity-fold-button { + width: 100%; + height: 20px; + color: green; + text-align: center; +} + +.activity-root-div { + position: absolute; + width: 100%; + max-height: 400px; background: white; overflow: auto; } |
