diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-23 10:29:52 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-23 10:29:52 -0400 |
commit | 1476a1a729a8aa48ac194931b93a589bc268613b (patch) | |
tree | 44d99b1655cf60b162ebebec53cbf07958f4b2b8 /public/ng/css/gogs.css | |
parent | e3eea745f41e6349fc8132a7d3965d2c7d4a5063 (diff) | |
parent | 60c65415dd2eb59e695159e111778aaf0661e606 (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r-- | public/ng/css/gogs.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 506479d0..16232542 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1610,12 +1610,16 @@ The register and sign-in page style background-color: #FFF; border-color: #DDD; } +.pr-title { + padding: 4px 0; +} .pr-title .pr-num { font-weight: normal; color: #888; } .pr-meta { color: #888; + padding: 4px 0 8px 0; } .pr-meta .pr-author { margin: 0 8px; @@ -1689,7 +1693,7 @@ The register and sign-in page style .issue-line, .issue-merge, .issue-add-comment { - margin-bottom: 16px; + margin-bottom: 24px; } .issue-comment .author-avatar img { margin-right: 12px; @@ -1793,6 +1797,7 @@ textarea#issue-add-content { width: 100%; box-sizing: border-box; height: 120px; + resize: vertical; } .org-header-alert .alert { margin-top: 10px; @@ -1827,7 +1832,11 @@ textarea#issue-add-content { color: #d9453d; } #org-header > div > .menu-line > li.right > a .octicon { - margin-right: 6px; + margin-right: 4px; +} +#org-header > div > .menu-line > li.right > a .label { + margin-left: 4px; + font-size: .6em; } #org-header > div > .menu-line > li.right .current { border-bottom: 2px solid #D26911; |