summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authorkolaente <konrad@kola-entertainments.de>2018-11-22 14:17:36 +0100
committerLauris BH <lauris@nix.lv>2018-11-22 15:17:36 +0200
commit0dcf31ae49707c10c1b14e112e0831e920cb6e16 (patch)
treefae417a40cfad5dc19d625e797628cc5c6ebbb8f /public/less
parentcef0f12c51cee9edeb636fd2174f8d4eb00ea955 (diff)
downloadgitea-0dcf31ae49707c10c1b14e112e0831e920cb6e16.tar.gz
gitea-0dcf31ae49707c10c1b14e112e0831e920cb6e16.zip
Show review summary in pull requests (#5132)
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_repository.less32
1 files changed, 32 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index c10babd8fc..00816296df 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -556,6 +556,38 @@
margin-top: 10px;
}
}
+ .review-item {
+
+ .avatar, .type-icon{
+ float: none;
+ display: inline-block;
+ text-align: center;
+ vertical-align: middle;
+
+ .octicon {
+ width: 23px;
+ font-size: 23px;
+ margin-top: 0.45em;
+ }
+ }
+
+ .text {
+ margin: .3em 0 .5em .5em
+ }
+
+ .type-icon{
+ float: right;
+ margin-right: 1em;
+ }
+
+ .divider{
+ margin: .5rem 0;
+ }
+
+ .review-content {
+ padding: 1em 0 1em 3.8em;
+ }
+ }
}
.comment-list {
&:before {