summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-09-27 20:25:06 -0400
committerJames Moger <james.moger@gitblit.com>2013-09-27 21:33:34 -0400
commit319342c09152c61af13930e79777e1396f9c397f (patch)
tree5918ec46da2814872c05d8b665ad6538af600caf /src/main/resources
parentb384a9923314ef0ab7ec0e9f506c8d52cc31f5fc (diff)
downloadgitblit-319342c09152c61af13930e79777e1396f9c397f.tar.gz
gitblit-319342c09152c61af13930e79777e1396f9c397f.zip
Add normalized diffstats to the commit, commitdiff, and compare pages
Change-Id: I8f26746a611e9ab955efe8b2597cc81db48fb085
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/gitblit.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css
index a69b9880..7d6a8d73 100644
--- a/src/main/resources/gitblit.css
+++ b/src/main/resources/gitblit.css
@@ -587,6 +587,45 @@ pre.prettyprint ol {
background-color: #fafafa;
}
+.diffstat {
+ padding: 1px 5px;
+ font-size: smaller;
+ background-color: #f5f5f5;
+ border: 1px solid #ccc;
+ color: #ccc;
+ font-weight:bold;
+}
+
+.diffstat-inline {
+ font-size: smaller;
+ color: #ccc;
+ font-weight:bold;
+}
+
+.diffstat .diffstat-total {
+ color: black;
+ border-right: 1px solid #ccc;
+ padding-right: 4px;
+ margin-right: 2px;
+}
+
+.diffstat-inline .diffstat-total {
+ color: #999;
+ padding-right: 2px;
+}
+
+.diffstat-segments {
+ vertical-align: top;
+}
+
+.diffstat-add {
+ color: #629E62;
+}
+
+.diffstat-delete {
+ color: #B9583B;
+}
+
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
color: #888;
}