From 6ee5ab283e6d15a7f5875c9009900b5397ee6cb9 Mon Sep 17 00:00:00 2001 From: takezoe Date: Thu, 20 Jun 2013 14:18:49 +0900 Subject: [PATCH] Move file index styles to gitbucket.css. --- src/main/twirl/repo/commit.scala.html | 12 ------------ src/main/webapp/assets/common/css/gitbucket.css | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/main/twirl/repo/commit.scala.html b/src/main/twirl/repo/commit.scala.html index 49b015714..278e05de5 100644 --- a/src/main/twirl/repo/commit.scala.html +++ b/src/main/twirl/repo/commit.scala.html @@ -90,15 +90,3 @@ $(function(){ }); }); - diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 598d42872..8d773bacd 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -82,6 +82,10 @@ table.table-file-list td.latest-commmit { background-color: white; } +table.table { + margin-bottom: 10px; +} + table.table th { background-color: #d9edf7; } @@ -191,6 +195,17 @@ hr { margin-bottom: 4px; } +ul#commit-file-list { + list-style-type: none; + padding-left: 0px; + margin-left: 0px; +} + +ul#commit-file-list li.border { + padding-bottom: 2px; + border-top: 1px solid #eee; +} + ul.collaborator { list-style-type: none; margin-left: 0px;