From ed68e5829139b97d801e2f2629ab25844ba67fd7 Mon Sep 17 00:00:00 2001 From: shentao Date: Thu, 27 Apr 2017 15:54:09 +0800 Subject: add login and logout function Issue-id: CLIENT-175 Change-Id: Ib4e85aa373617e58992bbe783dcc8cbfb67e37e8 Signed-off-by: shentao --- common/src/main/webapp/framework/css/open-ostyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/src/main/webapp/framework/css') diff --git a/common/src/main/webapp/framework/css/open-ostyle.css b/common/src/main/webapp/framework/css/open-ostyle.css index a1c8f5df..b55b1dcb 100644 --- a/common/src/main/webapp/framework/css/open-ostyle.css +++ b/common/src/main/webapp/framework/css/open-ostyle.css @@ -751,7 +751,7 @@ tr{ } #rightContainer { - margin-top:20px; + margin-top: 0px; } #panel1 li:first-child{ @@ -1017,4 +1017,4 @@ pre code { width:95%; display:inline-block; -} \ No newline at end of file +} -- cgit 1.2.3-korg