diff options
author | shentao <shentao@chinamobile.com> | 2017-04-27 15:54:09 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-04-27 15:54:32 +0800 |
commit | ed68e5829139b97d801e2f2629ab25844ba67fd7 (patch) | |
tree | 4f6852965e5c0b541366e719c9207b3c81010467 /common/src/main | |
parent | 8a67262665a9ae18fb622138d151ffe9479deaad (diff) |
add login and logout function
Issue-id: CLIENT-175
Change-Id: Ib4e85aa373617e58992bbe783dcc8cbfb67e37e8
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'common/src/main')
-rw-r--r-- | common/src/main/webapp/framework/css/open-ostyle.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 +}
|