From 1c221573789f0673995cfec03e05af936a4ff3b3 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 03 Feb 2012 23:32:41 -0500
Subject: [PATCH] Show a ! in the swatch of a repository with a working copy (issue 49)

---
 resources/bootstrap.gb.css |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css
index 7df3743..7ff8fa8 100644
--- a/resources/bootstrap.gb.css
+++ b/resources/bootstrap.gb.css
@@ -219,9 +219,11 @@
 }
 
 span.repositorySwatch {
-	border-radius: 3px;
-	padding: 2px 5px;	
+	border-radius: 3px;	
+	padding: 1px 4px 2px 4px;	
 	color: #ffffff;
+	font-weight: bold;
+	vertical-align: center;
 }
 span.repositorySwatch a {
 	color: inherit;

--
Gitblit v1.9.1