diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-10-18 22:15:05 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-10-18 22:15:05 +0800 |
commit | cb2da7bf2c8db2e5fde93c254f9c4272160a4da3 (patch) | |
tree | 47ad7c76a78834ae867838c760099dfe5d2366a0 /public/ng/less/gogs/base.less | |
parent | 1aa12c74523680946dd220b6fc8cbe6d594b5a54 (diff) |
some ui details fix
Diffstat (limited to 'public/ng/less/gogs/base.less')
-rw-r--r-- | public/ng/less/gogs/base.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less index a3a7c2ff..49389b06 100644 --- a/public/ng/less/gogs/base.less +++ b/public/ng/less/gogs/base.less @@ -110,7 +110,7 @@ clear: both; } #header { background-color: @headerBgColor; - height: 44px; + height: 45px; > .menu-line { > li > a { display: inline-block; @@ -136,7 +136,7 @@ clear: both; #header-nav-user { height: 44px; img { - margin: -4px 10px 0 0; + margin: -2px 10px 0 0; border-radius: 3px; } } @@ -144,7 +144,7 @@ clear: both; color: @headerSignOutColor !important; } #header-nav-logo { - padding: 6px 1.2em; + padding: 6px 1.2em 6px 0; } #header-nav-explore, #header-nav-help { |