From 87db82f28371bac4a8bf4551ad964078301da8bd Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sat, 24 Mar 2012 14:50:35 -0400
Subject: [PATCH] Ensure that FederationPullExecutor resets to FETCH_HEAD for mirrors
---
resources/gitblit.css | 29 ++++++++++++++++++-----------
1 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/resources/gitblit.css b/resources/gitblit.css
index 0e8e753..3c265a4 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -267,7 +267,7 @@
}
div.searchResult {
- padding:5px;
+ padding: 10px 5px 10px 5px;
}
div.searchResult .summary {
@@ -295,23 +295,28 @@
}
div.searchResult .highlight {
- background-color: #ffffaa;
- border: 1px solid #ffcc00;
+ background-color: #ccff66;
padding: 0 2px;
}
-div.searchResult .ellipses {
- font-family: sans-serif;
- font-size: 9px;
- font-weight: normal;
- background-color: #eee;
- border: 1px solid #ccc;
- padding: 0 3px;
- margin: 0px;
+div.searchResult .ellipses {
+ padding-left:25px;
+ color: #aaa;
}
div.searchResult pre {
margin: 1px 0px;
+ border: 0px;
+}
+
+div.searchResult .text {
+ border-left: 5px solid #EEEEEE;
+
+ padding: 0 0 0 15px;
+}
+
+div.searchResult ol {
+ margin-bottom: 0px !important;
}
div.header, div.commitHeader, table.repositories th {
@@ -335,6 +340,7 @@
border: 1px solid #ddd;
border-bottom: 0;
border-radius: 3px 3px 0 0;
+ font-weight: bold;
}
div.commitHeader {
@@ -753,6 +759,7 @@
table.activity {
width: 100%;
+ margin-top: 5px;
}
tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; }
--
Gitblit v1.9.1