From 9e3a1bc11af8ab95a4d6b47607a89207941a3119 Mon Sep 17 00:00:00 2001 From: fuxiaohei Date: Sat, 18 Oct 2014 22:52:34 +0800 Subject: add nav bar in issue list --- public/ng/less/gogs/issue.less | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'public/ng/less/gogs/issue.less') diff --git a/public/ng/less/gogs/issue.less b/public/ng/less/gogs/issue.less index aaeb1af3..12cc59fc 100644 --- a/public/ng/less/gogs/issue.less +++ b/public/ng/less/gogs/issue.less @@ -220,4 +220,34 @@ textarea#issue-add-content { box-sizing: border-box; height: 120px; resize: vertical; +} +// #issue list navigator +#issue-list-nav { + li { + > a { + font-size: 13px; + font-weight: bold; + padding: .4em .9em; + border-radius: .3em; + } + } + li.current { + > a { + background-color: #0079bc; + color: #FAFAFA; + border-radius: .3em; + } + } + li.right { + margin-left: 4px; + } +} +// new issue button +#issue-new { + > a { + padding: 0 !important; + button { + height: 34px; + } + } } \ No newline at end of file -- cgit v1.2.3