diff options
Diffstat (limited to 'public/ng/less')
-rw-r--r-- | public/ng/less/gogs/base.less | 6 | ||||
-rw-r--r-- | public/ng/less/gogs/dashboard.less | 13 |
2 files changed, 13 insertions, 6 deletions
diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less index a3a7c2ffe5..49389b06ae 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 { diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less index a40debe51a..435020fd1a 100644 --- a/public/ng/less/gogs/dashboard.less +++ b/public/ng/less/gogs/dashboard.less @@ -17,6 +17,12 @@ > li { padding: 12px 6px; } + > li.drop{ + margin-left: -22px; + &:hover a { + background-color: transparent; + } + } > li.right { > a { font-size: 1.2em; @@ -126,7 +132,7 @@ .repo-contrib-header { border-top: 1px solid #d6d6d6; } - .panel-header{ + .panel-header { font-size: 14px; } } @@ -173,6 +179,7 @@ max-width: 300px; > .drop-down { top: 56px; + left: 22px; } li { white-space: nowrap; @@ -221,14 +228,14 @@ border-bottom-right-radius: .3em; } #dashboard-news { - padding-bottom: 60px; + padding-bottom: 60px; .news { margin-right: 2.4em; .mega-octicon { color: #CCC; } .avatar { - margin: 0 1.2em; + margin-right: 1.2em; } .news-content, .news-time { |