diff options
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r--[-rwxr-xr-x] | public/css/gogs.css | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 657de394..016ea7b9 100755..100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1129,6 +1129,9 @@ footer .container .links > *:first-child { margin-top: -15px; padding-top: 15px; } +.repository .header-wrapper .ui.tabs.divider { + border-bottom: none; +} .repository .filter.menu .label.color { margin-left: 15px; padding: 0 8px; @@ -1457,8 +1460,33 @@ footer .container .links > *:first-child { .repository.view.issue .comment-list .comment .content > .bottom.segment { background: #f3f4f5; } +.repository.view.issue .comment-list .comment .content > .bottom.segment .ui.images::after { + clear: both; + content: ' '; + display: block; +} +.repository.view.issue .comment-list .comment .content > .bottom.segment a { + display: block; + float: left; + margin: 5px; + padding: 5px; + height: 150px; + border: solid 1px #eee; + border-radius: 3px; + max-width: 150px; + background-color: #fff; +} +.repository.view.issue .comment-list .comment .content > .bottom.segment a:before { + content: ' '; + display: inline-block; + height: 100%; + vertical-align: middle; +} .repository.view.issue .comment-list .comment .content > .bottom.segment .ui.image { - max-height: 150px; + max-height: 100%; + width: auto; + margin: 0; + vertical-align: middle; } .repository.view.issue .comment-list .comment .ui.form .field:first-child { clear: none; @@ -1573,6 +1601,9 @@ footer .container .links > *:first-child { .repository .label.list .item a.open-issues { margin-right: 30px; } +.repository .label.list .item .ui.label { + font-size: 1em; +} .repository .milestone.list { list-style: none; padding-top: 15px; @@ -2548,6 +2579,9 @@ footer .container .links > *:first-child { text-overflow: ellipsis; white-space: nowrap; } +.admin.config #test-mail-btn { + margin-left: 5px; +} .explore { padding-top: 15px; padding-bottom: 80px; |