Paul Martin
2015-12-25 46f33f87750573713509fbdbd0fc2ae51dc12044
src/main/resources/gitblit.css
@@ -1729,6 +1729,12 @@
  }   
}
td.sha256 {
   max-width: 20em;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.comments td {
   padding: 4px;
   line-height: 17px;
@@ -1922,7 +1928,7 @@
   white-space: nowrap;
}
span.sha1, span.sha1 a, span.sha1 a span, .commit_message, span.shortsha1, td.sha1 {
span.sha1, span.sha1 a, span.sha1 a span, .commit_message, span.shortsha1, td.sha1, td.sha256 {
   font-family: consolas, monospace;
   font-size: 13px;
}
@@ -1935,6 +1941,12 @@
   text-align: right;
   font-family: monospace;
   width: 8em;
   padding-right:15px;
}
td.filestore {
   text-align: right;
   width:1em;
   padding-right:15px;
}
@@ -2340,3 +2352,11 @@
.priority-low {
   color:#0072B2;
}
.file-positive {
   color:#009E73;
}
.file-negative {
   color:#D51900;
}