summaryrefslogtreecommitdiffstats
path: root/resources/bootstrap.gb.css
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-02-03 23:32:41 -0500
committerJames Moger <james.moger@gitblit.com>2012-02-03 23:32:41 -0500
commit1c221573789f0673995cfec03e05af936a4ff3b3 (patch)
tree4ed0dafb861d1c7bd6c2e262e8c9f0053e4fd5a2 /resources/bootstrap.gb.css
parentb86562942b1d4a498e337b28201e0db308fa51c8 (diff)
downloadgitblit-1c221573789f0673995cfec03e05af936a4ff3b3.tar.gz
gitblit-1c221573789f0673995cfec03e05af936a4ff3b3.zip
Show a ! in the swatch of a repository with a working copy (issue 49)
Diffstat (limited to 'resources/bootstrap.gb.css')
-rw-r--r--resources/bootstrap.gb.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css
index 7df37430..7ff8fa87 100644
--- a/resources/bootstrap.gb.css
+++ b/resources/bootstrap.gb.css
@@ -219,9 +219,11 @@ span.link em, div.link span em {
}
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;