From da62f6f8fbd8d6a99ea7ab417a688bfe24fa345e Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Wed, 16 Mar 2016 02:12:23 +0900 Subject: [PATCH] Simplify file list table --- src/main/twirl/gitbucket/core/repo/files.scala.html | 8 +++++--- src/main/webapp/assets/common/css/gitbucket.css | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/twirl/gitbucket/core/repo/files.scala.html b/src/main/twirl/gitbucket/core/repo/files.scala.html index 86cc98ac4..6149a750e 100644 --- a/src/main/twirl/gitbucket/core/repo/files.scala.html +++ b/src/main/twirl/gitbucket/core/repo/files.scala.html @@ -88,7 +88,8 @@ } } - +
+ @* + *@ - @if(pathList.size > 0){ diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 86a7f6840..81e97b10b 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -255,7 +255,7 @@ span.count-right { } table.table th { - background-color: #d9edf7; + background-color: #f5f5f5; } div.block-header {
@link(latestCommit.summary, repository) @@ -98,8 +99,9 @@ }
+ - +