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/style.css | |
| parent | fc05261b988b30ba1cbe1747fd2bcc736abcbc23 (diff) | |
client/view/activity: add toggle button
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 00766937..97251fc4 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -1259,6 +1259,16 @@ g:focus circle { .foreign { text-align: left; } +.activity-fold { + position: absolute; + width: 100%; + max-height: 400px; } + +.activity-fold-button { + width: 100%; + height: 20px; + color: green; } + .activity-root-div { position: absolute; width: 100%; |
