diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-14 22:01:20 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-14 22:01:20 +0800 |
commit | a1bb3741d5806e11da528078cde90998c8aebb05 (patch) | |
tree | 92f823cb9cfdfe82d3a987bf33593fc9a9fae2fb /public/css/gogs.css | |
parent | 99f2400e3b4f141671bd8f31d23afcd0cf511c05 (diff) |
add milestone in new-issue page
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-x | public/css/gogs.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index d3da360f..af787ebd 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1441,7 +1441,7 @@ html, body { margin-left: .8em; } -#issue .assignee.dropdown-menu, #issue .assignee ul, #issue .milestone ul { +#issue .assignee.dropdown-menu, #issue .assignee ul, #issue .milestone.dropdown-menu, #issue .milestone ul { padding: 0; margin: 0; min-width: 300px; @@ -1514,8 +1514,14 @@ html, body { background-color: #77c64a; } -#issue .issue-bar .milestone .nav-tabs a { +#issue .milestone .nav-tabs a { padding: 4px 8px; + border-top: none; +} + +#milestone { + margin-left: 24px; + margin-right: 12px; } /* wrapper and footer */ |