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/style.css | |
| parent | 2a866bca973d094ae6966a04acaeabdf23399f79 (diff) | |
client: activity css fixes. looks like a drawer, lacking animation
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 97251fc4..d9c64021 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -1260,17 +1260,16 @@ g:focus circle { text-align: left; } .activity-fold { - position: absolute; - width: 100%; - max-height: 400px; } + width: 100%; } .activity-fold-button { width: 100%; + border-radius: 0 0 8px 8px; height: 20px; - color: green; } + background-color: rgba(1, 1, 1, 0.3); + text-align: center; } .activity-root-div { - position: absolute; width: 100%; max-height: 400px; background: white; |
