From 89e4f47cb59fdccafe37c13b909eca6d30a54093 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 18 May 2015 20:14:34 +0300 Subject: client: activity css fixes. looks like a drawer, lacking animation --- res/client/css/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'res/client/css/style.css') 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; -- cgit v1.3.1