diff options
author | Sorien <Sorien@users.noreply.github.com> | 2020-05-14 21:15:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 15:15:21 -0400 |
commit | 1982194dc5abe1b400245414bac09f83957b4fe5 (patch) | |
tree | 75cc6ee186a3cf4fc5958055b1f48dcf0bfe5018 /templates/repo/pulls | |
parent | a552af8f0d6c2d91bb2a14bdc0ad4ebdefbbe314 (diff) | |
download | gitea-1982194dc5abe1b400245414bac09f83957b4fe5.tar.gz gitea-1982194dc5abe1b400245414bac09f83957b4fe5.zip |
Prettify timeline 3 (#11139)
* Fix timeline comments sections borders
* Fix files dropzone right alignment
* Update review comment form and controls
* Clear segment style from comment form tabs
* Remove segment class from pulls tab
* Fix Time Tracker - Add Time button border
* Fix buttons right alignment
* Markdown tab minimal height
* Fix DropZone hover effect
* Fix Lint + remove unused controls class
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'templates/repo/pulls')
-rw-r--r-- | templates/repo/pulls/commits.tmpl | 2 | ||||
-rw-r--r-- | templates/repo/pulls/files.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/pulls/commits.tmpl b/templates/repo/pulls/commits.tmpl index d084f9bc5a..422295f55b 100644 --- a/templates/repo/pulls/commits.tmpl +++ b/templates/repo/pulls/commits.tmpl @@ -11,7 +11,7 @@ <div class="ui divider"></div> {{template "repo/issue/view_title" .}} {{template "repo/pulls/tab_menu" .}} - <div class="ui bottom attached tab pull segment active"> + <div class="ui bottom attached tab pull active"> {{template "repo/commits_table" .}} </div> </div> diff --git a/templates/repo/pulls/files.tmpl b/templates/repo/pulls/files.tmpl index c882c0c38e..4caebf0b56 100644 --- a/templates/repo/pulls/files.tmpl +++ b/templates/repo/pulls/files.tmpl @@ -12,7 +12,7 @@ {{template "repo/issue/view_title" .}} {{template "repo/pulls/tab_menu" .}} {{template "base/alert" .}} - <div class="ui bottom attached tab pull segment active"> + <div class="ui bottom attached tab pull active"> {{template "repo/diff/box" .}} </div> </div> |