X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/347f4eb605fd50e3f5af322daf43fafea5bccf74356dc5077ea580e5a35ae59a..e1f26f013c4ee3a9ce54f62889ead084998e5e9a11e79ddeb7fe33235cfde1b0:/gitweb.css diff --git a/gitweb.css b/gitweb.css index 7789945..c20e691 100644 --- a/gitweb.css +++ b/gitweb.css @@ -75,6 +75,13 @@ div.page_footer_text { font-style: italic; } +div#generating_info { + margin: 4px; + font-size: smaller; + text-align: center; + color: #505050; +} + div.page_body { padding: 8px; font-family: monospace; @@ -341,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 {