]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Add 'show-sizes' feature to show blob sizes in tree view
[Gitweb] / gitweb.css
index d816ea67e0269c82e02c345b0695da7d5c2e5ec31d8edd1f6bc3c805e4b69632..6058fbe36f957aba9948bff24e460a9ab6e61b1f50e212ad021d6070dcd09508 100644 (file)
@@ -257,6 +257,11 @@ tr.no-previous td.linenr {
        font-weight: bold;
 }
 
+/* for 'blame_incremental', during processing */
+tr.color1 { background-color: #f6fff6; }
+tr.color2 { background-color: #f6f6ff; }
+tr.color3 { background-color: #fff6f6; }
+
 td {
        padding: 2px 5px;
        font-size: 100%;
@@ -348,6 +353,23 @@ td.mode {
        font-family: monospace;
 }
 
+/* progress of blame_interactive */
+div#progress_bar {
+       height: 2px;
+       margin-bottom: -2px;
+       background-color: #d8d9d0;
+}
+div#progress_info {
+       float: right;
+       text-align: right;
+}
+
+/* format of (optional) objects size in 'tree' view */
+td.size {
+       font-family: monospace;
+       text-align: right;
+}
+
 /* styling of diffs (patchsets): commitdiff and blobdiff views */
 div.diff.header,
 div.diff.extended_header {
This page took 0.266008 seconds and 4 git commands to generate.