From 4e384c705a8e355eaa73a6006dd6a1121183eb55 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 12 May 2015 12:52:24 +0300 Subject: client/activity: left align with top bar --- res/client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index f69e17ed..c334eda0 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -1088,7 +1088,7 @@ g:focus circle { .activity-root-div { position: fixed; - left: 10px; + left: 24px; width: 200px; height: 70%; top: 20%; } -- cgit v1.3.1