]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Incremental blame (using JavaScript)
[Gitweb] / gitweb.css
index 7789945d04e5e9c497dd52106647212efe31937af8939a5d55272c43b0bb0dcd..c20e6916b2045945f649afa4fbc8e8b7383d1aa71cbd44add5035f56f425b6c6 100644 (file)
@@ -75,6 +75,13 @@ div.page_footer_text {
        font-style: italic;
 }
 
        font-style: italic;
 }
 
+div#generating_info {
+       margin: 4px;
+       font-size: smaller;
+       text-align: center;
+       color: #505050;
+}
+
 div.page_body {
        padding: 8px;
        font-family: monospace;
 div.page_body {
        padding: 8px;
        font-family: monospace;
@@ -341,6 +348,17 @@ td.mode {
        font-family: monospace;
 }
 
        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 {
 /* styling of diffs (patchsets): commitdiff and blobdiff views */
 div.diff.header,
 div.diff.extended_header {
This page took 0.281046 seconds and 4 git commands to generate.