]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Incremental blame (using JavaScript)
[Gitweb] / gitweb.css
index d816ea67e0269c82e02c345b0695da7d5c2e5ec31d8edd1f6bc3c805e4b69632..c20e6916b2045945f649afa4fbc8e8b7383d1aa71cbd44add5035f56f425b6c6 100644 (file)
@@ -348,6 +348,17 @@ 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;
+}
+
 /* styling of diffs (patchsets): commitdiff and blobdiff views */
 div.diff.header,
 div.diff.extended_header {
This page took 0.205845 seconds and 4 git commands to generate.