diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-18 20:14:34 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-18 20:14:34 +0300 |
| commit | 89e4f47cb59fdccafe37c13b909eca6d30a54093 (patch) | |
| tree | 7635147ff9548d69d2242acdce0ac705b45f9d94 /res/client/css/by-view | |
| parent | 2a866bca973d094ae6966a04acaeabdf23399f79 (diff) | |
client: activity css fixes. looks like a drawer, lacking animation
Diffstat (limited to 'res/client/css/by-view')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 1211615d..a2689ac4 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -332,20 +332,18 @@ g:focus circle { } .activity-fold { - position: absolute; width: 100%; - max-height: 400px; } .activity-fold-button { width: 100%; + border-radius: 0 0 8px 8px; height: 20px; - color: green; + background-color: rgba(1.0, 1.0, 1.0, 0.3); text-align: center; } .activity-root-div { - position: absolute; width: 100%; max-height: 400px; background: white; |
