diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-23 13:47:54 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-23 13:47:54 -0400 |
commit | a1109e6fbc31ec63cec50c3994e487a6bce27454 (patch) | |
tree | 49be1d99a706b4eea1931db678ee3c7a5adef259 /public/ng/less | |
parent | ebb05475ed15fffc37145799ce7c72b65ccdbfc5 (diff) | |
download | gitea-a1109e6fbc31ec63cec50c3994e487a6bce27454.tar.gz gitea-a1109e6fbc31ec63cec50c3994e487a6bce27454.zip |
Page: Repository home page
Diffstat (limited to 'public/ng/less')
-rw-r--r-- | public/ng/less/gogs/repository.less | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less index 875d4b2192..d982491365 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -199,33 +199,34 @@ box-sizing: border-box; } #repo-branch-tag { - .tab-nav { - border-bottom: 1px solid #EAEAEA; - a { - padding: .3em .8em; + .tab-nav { + border-bottom: 1px solid #EAEAEA; + a { + padding: .3em .8em; + } + .js-tab-nav-show { + background-color: #EEE; + font-weight: bold; + } } - .js-tab-nav-show { - background-color: #EEE; - font-weight: bold; + .switching-list { + max-height: 300px; + overflow-y: auto; } - } } #repo-branch-list, #repo-tag-list { - li { - i { - margin-right: 12px; - opacity: 0; + li { + i { + margin-right: 12px; + opacity: 0; + } } - } - li.checked { - i { - opacity: 1; + li.checked { + i { + opacity: 1; + } } - } -} -#repo-tag-list { - display: none; } #repo-bread { .bread { |