diff options
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%; |
