From edd40ebe9d5f0d7c1d66fbf0c1846e4822eef22c Mon Sep 17 00:00:00 2001 From: takezoe Date: Fri, 12 Jul 2013 16:30:30 +0900 Subject: [PATCH] (refs #2)Add 'Pull Requests' tab to the header. --- src/main/twirl/header.scala.html | 3 +++ src/main/webapp/assets/common/css/gitbucket.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/twirl/header.scala.html b/src/main/twirl/header.scala.html index 69e4b4dad..191374ce6 100644 --- a/src/main/twirl/header.scala.html +++ b/src/main/twirl/header.scala.html @@ -25,6 +25,9 @@ Issues + + Pull Requests + Wiki diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 070b3f4dd..8feeaa6b4 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -45,7 +45,7 @@ table.global-nav { table.global-nav th { padding-top: 5px; padding-bottom: 8px; - width: 25%; + width: 20%; border-bottom: 2px solid silver; cursor: pointer; }