diff options
author | Tao Shen <shentao@chinamobile.com> | 2017-04-27 08:09:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2017-04-27 08:09:19 +0000 |
commit | 3fb2b8ef707b9a9407baf9b4fc4fe26537575f1d (patch) | |
tree | 414ce8e5fbaa888e4803d135941dc665261d36e0 /common | |
parent | 6d64772c0713acb716d1bea8fb62dcadafeccea6 (diff) | |
parent | ed68e5829139b97d801e2f2629ab25844ba67fd7 (diff) |
Merge "add login and logout function"
Diffstat (limited to 'common')
-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 +}
|