From cca7f97ad86422222a98cbf9ac3711a2280efed9 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 19 Dec 2016 17:05:56 +0000 Subject: [PATCH] set margin of taskbar_signinout_form to 0 --- codepot/src/css/common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css index b9f0e0a9..b67c9376 100644 --- a/codepot/src/css/common.css +++ b/codepot/src/css/common.css @@ -1227,6 +1227,10 @@ ul.codepot-horizontal-list li { } /* === signin panel === */ +#taskbar_signinout_form { + margin: 0; +} + #taskbar_signinout_form fieldset { margin: 0; padding: 0;