From 2bf15a54a5404ad2c748d3d27a76dd3a38f670ab Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 18 May 2015 19:49:07 +0300 Subject: client/view/activity: add toggle button --- res/client/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'res/client/css/style.css') 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%; -- cgit v1.3.1