diff --git a/PKG-INFO b/PKG-INFO index db4ab7aa..2de6005f 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.web -Version: 0.0.129 +Version: 0.0.130 Summary: Software Heritage Web UI Home-page: https://forge.softwareheritage.org/diffusion/DWUI/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/swh.web.egg-info/PKG-INFO b/swh.web.egg-info/PKG-INFO index db4ab7aa..2de6005f 100644 --- a/swh.web.egg-info/PKG-INFO +++ b/swh.web.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.web -Version: 0.0.129 +Version: 0.0.130 Summary: Software Heritage Web UI Home-page: https://forge.softwareheritage.org/diffusion/DWUI/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/swh.web.egg-info/SOURCES.txt b/swh.web.egg-info/SOURCES.txt index 81147ebe..32cde596 100644 --- a/swh.web.egg-info/SOURCES.txt +++ b/swh.web.egg-info/SOURCES.txt @@ -1,323 +1,323 @@ .gitignore AUTHORS LICENSE MANIFEST.in Makefile Makefile.local README.md package-lock.json package.json requirements-swh.txt requirements.txt setup.py version.txt yarn.lock debian/changelog debian/compat debian/control debian/copyright debian/rules debian/source/format docs/.gitignore docs/Makefile docs/conf.py docs/developers-info.rst docs/index.rst docs/uri-scheme-api-content.rst docs/uri-scheme-api-directory.rst docs/uri-scheme-api-origin.rst docs/uri-scheme-api-person.rst docs/uri-scheme-api-release.rst docs/uri-scheme-api-revision.rst docs/uri-scheme-api-snapshot.rst docs/uri-scheme-api-stat.rst docs/uri-scheme-api.rst docs/uri-scheme-browse-content.rst docs/uri-scheme-browse-directory.rst docs/uri-scheme-browse-identifiers.rst docs/uri-scheme-browse-origin.rst docs/uri-scheme-browse-person.rst docs/uri-scheme-browse-release.rst docs/uri-scheme-browse-revision.rst docs/uri-scheme-browse-snapshot.rst docs/uri-scheme-browse.rst docs/_static/.placeholder docs/_templates/.placeholder swh/__init__.py swh.web.egg-info/PKG-INFO swh.web.egg-info/SOURCES.txt swh.web.egg-info/dependency_links.txt swh.web.egg-info/requires.txt swh.web.egg-info/top_level.txt swh/web/__init__.py swh/web/config.py swh/web/doc_config.py swh/web/manage.py swh/web/urls.py swh/web/wsgi.py swh/web/api/__init__.py swh/web/api/apidoc.py swh/web/api/apiresponse.py swh/web/api/apiurls.py swh/web/api/renderers.py swh/web/api/urls.py swh/web/api/utils.py swh/web/api/views/__init__.py swh/web/api/views/content.py swh/web/api/views/directory.py swh/web/api/views/entity.py swh/web/api/views/origin.py swh/web/api/views/person.py swh/web/api/views/release.py swh/web/api/views/revision.py swh/web/api/views/snapshot.py swh/web/api/views/stat.py swh/web/api/views/utils.py swh/web/api/views/vault.py swh/web/assets/config/.bootstraprc swh/web/assets/config/.eslintrc swh/web/assets/config/bootstrap-pre-customize.scss swh/web/assets/config/webpack.config.development.js swh/web/assets/config/webpack.config.production.js swh/web/assets/config/webpack-plugins/remove-source-map-url-webpack-plugin.js swh/web/assets/src/bundles/browse/breadcrumbs.css swh/web/assets/src/bundles/browse/browse-utils.js swh/web/assets/src/bundles/browse/browse.css swh/web/assets/src/bundles/browse/content.css swh/web/assets/src/bundles/browse/index.js swh/web/assets/src/bundles/browse/origin-search.js swh/web/assets/src/bundles/browse/snapshot-navigation.css swh/web/assets/src/bundles/browse/snapshot-navigation.js swh/web/assets/src/bundles/origin/index.js swh/web/assets/src/bundles/origin/visits-calendar.js swh/web/assets/src/bundles/origin/visits-histogram.js swh/web/assets/src/bundles/origin/visits-reporting.css swh/web/assets/src/bundles/origin/visits-reporting.js swh/web/assets/src/bundles/revision/diff-utils.js swh/web/assets/src/bundles/revision/index.js swh/web/assets/src/bundles/revision/revision.css swh/web/assets/src/bundles/vault/index.js swh/web/assets/src/bundles/vault/vault-create-tasks.js swh/web/assets/src/bundles/vault/vault-ui.js swh/web/assets/src/bundles/vault/vault.css swh/web/assets/src/bundles/vendors/datatables.css swh/web/assets/src/bundles/vendors/index.js swh/web/assets/src/bundles/webapp/breadcrumbs.css swh/web/assets/src/bundles/webapp/code-highlighting.js swh/web/assets/src/bundles/webapp/index.js swh/web/assets/src/bundles/webapp/markdown-rendering.js swh/web/assets/src/bundles/webapp/webapp.css swh/web/assets/src/utils/functions.js swh/web/assets/src/utils/heaps-permute.js swh/web/assets/src/utils/highlightjs.css swh/web/assets/src/utils/highlightjs.js swh/web/assets/src/utils/showdown.css swh/web/assets/src/utils/showdown.js swh/web/browse/__init__.py swh/web/browse/browseurls.py swh/web/browse/urls.py swh/web/browse/utils.py swh/web/browse/views/__init__.py swh/web/browse/views/content.py swh/web/browse/views/directory.py swh/web/browse/views/identifiers.py swh/web/browse/views/origin.py swh/web/browse/views/person.py swh/web/browse/views/release.py swh/web/browse/views/revision.py swh/web/browse/views/snapshot.py swh/web/browse/views/utils/__init__.py swh/web/browse/views/utils/snapshot_context.py swh/web/common/__init__.py swh/web/common/converters.py swh/web/common/exc.py swh/web/common/highlightjs.py swh/web/common/middlewares.py swh/web/common/query.py swh/web/common/service.py swh/web/common/swh_templatetags.py swh/web/common/throttling.py swh/web/common/urlsindex.py swh/web/common/utils.py swh/web/settings/__init__.py swh/web/settings/common.py swh/web/settings/development.py swh/web/settings/production.py swh/web/settings/tests.py swh/web/static/robots.txt swh/web/static/webpack-stats.json -swh/web/static/css/browse.da339e9d2ee2e1647793.css -swh/web/static/css/browse.da339e9d2ee2e1647793.css.map +swh/web/static/css/browse.74e30ccd592bfa734162.css +swh/web/static/css/browse.74e30ccd592bfa734162.css.map swh/web/static/css/highlightjs.e6b629d1646a8578ae07.css swh/web/static/css/highlightjs.e6b629d1646a8578ae07.css.map swh/web/static/css/origin.a4e0466a08b218dc7ac1.css swh/web/static/css/origin.a4e0466a08b218dc7ac1.css.map swh/web/static/css/revision.c07049d32a94317fb6b6.css swh/web/static/css/revision.c07049d32a94317fb6b6.css.map swh/web/static/css/showdown.8cdb8f0472d48fd7d03f.css swh/web/static/css/showdown.8cdb8f0472d48fd7d03f.css.map swh/web/static/css/vault.24815777c74d5f5f5a65.css swh/web/static/css/vault.24815777c74d5f5f5a65.css.map swh/web/static/css/vendors.0b09e27e60903593d18a.css swh/web/static/css/vendors.0b09e27e60903593d18a.css.map -swh/web/static/css/webapp.4e357712d427fe270402.css -swh/web/static/css/webapp.4e357712d427fe270402.css.map +swh/web/static/css/webapp.e3651635f1b052d9cf20.css +swh/web/static/css/webapp.e3651635f1b052d9cf20.css.map swh/web/static/fonts/alegreya-latin-400.woff swh/web/static/fonts/alegreya-latin-400.woff2 swh/web/static/fonts/alegreya-latin-400italic.woff swh/web/static/fonts/alegreya-latin-400italic.woff2 swh/web/static/fonts/alegreya-latin-500.woff swh/web/static/fonts/alegreya-latin-500.woff2 swh/web/static/fonts/alegreya-latin-500italic.woff swh/web/static/fonts/alegreya-latin-500italic.woff2 swh/web/static/fonts/alegreya-latin-700.woff swh/web/static/fonts/alegreya-latin-700.woff2 swh/web/static/fonts/alegreya-latin-700italic.woff swh/web/static/fonts/alegreya-latin-700italic.woff2 swh/web/static/fonts/alegreya-latin-800.woff swh/web/static/fonts/alegreya-latin-800.woff2 swh/web/static/fonts/alegreya-latin-800italic.woff swh/web/static/fonts/alegreya-latin-800italic.woff2 swh/web/static/fonts/alegreya-latin-900.woff swh/web/static/fonts/alegreya-latin-900.woff2 swh/web/static/fonts/alegreya-latin-900italic.woff swh/web/static/fonts/alegreya-latin-900italic.woff2 swh/web/static/fonts/alegreya-sans-latin-100.woff swh/web/static/fonts/alegreya-sans-latin-100.woff2 swh/web/static/fonts/alegreya-sans-latin-100italic.woff swh/web/static/fonts/alegreya-sans-latin-100italic.woff2 swh/web/static/fonts/alegreya-sans-latin-300.woff swh/web/static/fonts/alegreya-sans-latin-300.woff2 swh/web/static/fonts/alegreya-sans-latin-300italic.woff swh/web/static/fonts/alegreya-sans-latin-300italic.woff2 swh/web/static/fonts/alegreya-sans-latin-400.woff swh/web/static/fonts/alegreya-sans-latin-400.woff2 swh/web/static/fonts/alegreya-sans-latin-400italic.woff swh/web/static/fonts/alegreya-sans-latin-400italic.woff2 swh/web/static/fonts/alegreya-sans-latin-500.woff swh/web/static/fonts/alegreya-sans-latin-500.woff2 swh/web/static/fonts/alegreya-sans-latin-500italic.woff swh/web/static/fonts/alegreya-sans-latin-500italic.woff2 swh/web/static/fonts/alegreya-sans-latin-700.woff swh/web/static/fonts/alegreya-sans-latin-700.woff2 swh/web/static/fonts/alegreya-sans-latin-700italic.woff swh/web/static/fonts/alegreya-sans-latin-700italic.woff2 swh/web/static/fonts/alegreya-sans-latin-800.woff swh/web/static/fonts/alegreya-sans-latin-800.woff2 swh/web/static/fonts/alegreya-sans-latin-800italic.woff swh/web/static/fonts/alegreya-sans-latin-800italic.woff2 swh/web/static/fonts/alegreya-sans-latin-900.woff swh/web/static/fonts/alegreya-sans-latin-900.woff2 swh/web/static/fonts/alegreya-sans-latin-900italic.woff swh/web/static/fonts/alegreya-sans-latin-900italic.woff2 swh/web/static/fonts/fontawesome-webfont.eot swh/web/static/fonts/fontawesome-webfont.svg swh/web/static/fonts/fontawesome-webfont.ttf swh/web/static/fonts/fontawesome-webfont.woff swh/web/static/fonts/fontawesome-webfont.woff2 swh/web/static/fonts/octicons.eot swh/web/static/fonts/octicons.svg swh/web/static/fonts/octicons.ttf swh/web/static/fonts/octicons.woff swh/web/static/fonts/octicons.woff2 swh/web/static/img/arrow-up-small.png swh/web/static/img/swh-api.png swh/web/static/img/swh-browse.png swh/web/static/img/swh-logo-archive.png swh/web/static/img/swh-logo-archive.svg swh/web/static/img/swh-logo.svg swh/web/static/img/swh-spinner-small.gif swh/web/static/img/swh-spinner.gif swh/web/static/img/icons/swh-logo-32x32.png swh/web/static/img/icons/swh-logo-archive-180x180.png swh/web/static/img/icons/swh-logo-archive-192x192.png swh/web/static/img/icons/swh-logo-archive-270x270.png -swh/web/static/js/browse.da339e9d2ee2e1647793.js -swh/web/static/js/browse.da339e9d2ee2e1647793.js.map +swh/web/static/js/browse.74e30ccd592bfa734162.js +swh/web/static/js/browse.74e30ccd592bfa734162.js.map swh/web/static/js/highlightjs.e6b629d1646a8578ae07.js swh/web/static/js/highlightjs.e6b629d1646a8578ae07.js.map swh/web/static/js/origin.a4e0466a08b218dc7ac1.js swh/web/static/js/origin.a4e0466a08b218dc7ac1.js.map swh/web/static/js/revision.c07049d32a94317fb6b6.js swh/web/static/js/revision.c07049d32a94317fb6b6.js.map swh/web/static/js/showdown.8cdb8f0472d48fd7d03f.js swh/web/static/js/showdown.8cdb8f0472d48fd7d03f.js.map swh/web/static/js/vault.24815777c74d5f5f5a65.js swh/web/static/js/vault.24815777c74d5f5f5a65.js.map swh/web/static/js/vendors.0b09e27e60903593d18a.js swh/web/static/js/vendors.0b09e27e60903593d18a.js.map -swh/web/static/js/webapp.4e357712d427fe270402.js -swh/web/static/js/webapp.4e357712d427fe270402.js.map +swh/web/static/js/webapp.e3651635f1b052d9cf20.js +swh/web/static/js/webapp.e3651635f1b052d9cf20.js.map swh/web/templates/api-endpoints.html swh/web/templates/api.html swh/web/templates/apidoc.html swh/web/templates/branches.html swh/web/templates/browse-help.html swh/web/templates/browse-layout.html swh/web/templates/browse-search.html swh/web/templates/browse-vault-ui.html swh/web/templates/browse.html swh/web/templates/content.html swh/web/templates/directory.html swh/web/templates/error.html swh/web/templates/homepage.html swh/web/templates/layout.html swh/web/templates/origin-visits.html swh/web/templates/person.html swh/web/templates/release.html swh/web/templates/releases.html swh/web/templates/revision-log.html swh/web/templates/revision.html swh/web/templates/includes/apidoc-header.html swh/web/templates/includes/apidoc-header.md swh/web/templates/includes/breadcrumbs.html swh/web/templates/includes/content-display.html swh/web/templates/includes/directory-display.html swh/web/templates/includes/readme-display.html swh/web/templates/includes/show-metadata.html swh/web/templates/includes/snapshot-context.html swh/web/templates/includes/top-navigation.html swh/web/templates/includes/vault-create-tasks.html swh/web/tests/__init__.py swh/web/tests/testbase.py swh/web/tests/api/__init__.py swh/web/tests/api/test_api_lookup.py swh/web/tests/api/test_apidoc.py swh/web/tests/api/test_apiresponse.py swh/web/tests/api/test_utils.py swh/web/tests/api/views/__init__.py swh/web/tests/api/views/test_content.py swh/web/tests/api/views/test_directory.py swh/web/tests/api/views/test_entity.py swh/web/tests/api/views/test_origin.py swh/web/tests/api/views/test_person.py swh/web/tests/api/views/test_release.py swh/web/tests/api/views/test_revision.py swh/web/tests/api/views/test_stat.py swh/web/tests/api/views/test_vault.py swh/web/tests/browse/__init__.py swh/web/tests/browse/test_utils.py swh/web/tests/browse/views/__init__.py swh/web/tests/browse/views/test_content.py swh/web/tests/browse/views/test_directory.py swh/web/tests/browse/views/test_identifiers.py swh/web/tests/browse/views/test_origin.py swh/web/tests/browse/views/test_person.py swh/web/tests/browse/views/test_release.py swh/web/tests/browse/views/test_revision.py swh/web/tests/browse/views/data/__init__.py swh/web/tests/browse/views/data/content_test_data.py swh/web/tests/browse/views/data/directory_test_data.py swh/web/tests/browse/views/data/iso-8859-1_encoded_content swh/web/tests/browse/views/data/origin_test_data.py swh/web/tests/browse/views/data/release_test_data.py swh/web/tests/browse/views/data/revision_test_data.py swh/web/tests/browse/views/data/swh-logo.png swh/web/tests/common/__init__.py swh/web/tests/common/test_converters.py swh/web/tests/common/test_highlightjs.py swh/web/tests/common/test_query.py swh/web/tests/common/test_service.py swh/web/tests/common/test_templatetags.py swh/web/tests/common/test_throttling.py swh/web/tests/common/test_utils.py \ No newline at end of file diff --git a/swh/web/assets/src/bundles/browse/browse.css b/swh/web/assets/src/bundles/browse/browse.css index 80281d27..ce41c915 100644 --- a/swh/web/assets/src/bundles/browse/browse.css +++ b/swh/web/assets/src/bundles/browse/browse.css @@ -1,110 +1,110 @@ /** * Copyright (C) 2018 The Software Heritage developers * See the AUTHORS file at the top-level directory of this distribution * License: GNU Affero General Public License version 3, or any later version * See top-level LICENSE file for more information */ .navbar-header a, ul.dropdown-menu a, ul.navbar-nav a { border-bottom-style: none; color: #323232; font-weight: 700; } .swh-browse-nav li a { border-radius: 4px; } .nav-link.active { background-color: #e7e7e7; } .scrollable-menu { max-height: 180px; overflow-x: hidden; } .swh-corner-ribbon { width: 200px; background: #e43; position: absolute; text-align: center; line-height: 50px; letter-spacing: 1px; color: #f0f0f0; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); - top: 57px; + top: 55px; right: -50px; left: auto; transform: rotate(45deg); z-index: 2000; } .swh-loading { display: none; } .swh-loading.show { display: block; } .swh-metadata-table-row { border-top: 1px solid #ddd !important; } .swh-metadata-table-key { min-width: 200px; max-width: 200px; width: 200px; } .swh-metadata-table-value pre { white-space: pre-wrap; } .swh-table-even-odd th { border-top: none; } .swh-table-even-odd tr:nth-child(even) { background-color: #f5f5f5; } .swh-table-even-odd tr:nth-child(odd) { background-color: #fff; } .swh-table-cell-text-overflow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .swh-directory-table { margin-bottom: 0; } .swh-directory-table td { border-top: 1px solid #ddd !important; } .swh-title-color { color: #e20026; } .swh-log-entry-message { min-width: 460px; max-width: 460px; width: 460px; } .swh-metadata { max-height: 50vh; max-width: 41vw; overflow-y: auto; overflow-x: auto; padding: 0; padding-right: 1.4em; } \ No newline at end of file diff --git a/swh/web/assets/src/bundles/webapp/webapp.css b/swh/web/assets/src/bundles/webapp/webapp.css index 9ba2685e..02bad88f 100644 --- a/swh/web/assets/src/bundles/webapp/webapp.css +++ b/swh/web/assets/src/bundles/webapp/webapp.css @@ -1,278 +1,286 @@ /** * Copyright (C) 2018 The Software Heritage developers * See the AUTHORS file at the top-level directory of this distribution * License: GNU Affero General Public License version 3, or any later version * See top-level LICENSE file for more information */ html { height: 100%; overflow-x: hidden; } body { min-height: 100%; margin: 0; position: relative; padding-bottom: 120px; } a { border-bottom-style: none; outline: none; } code { background-color: #f9f2f4; } pre code { background-color: transparent; } footer { background-color: #262626; color: #fff; font-size: 0.8rem; position: absolute; bottom: 0; width: 100%; padding-top: 20px; padding-bottom: 20px; } footer a, footer a:visited { color: #fecd1b; } footer a:hover { text-decoration: underline; } pre { background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; padding: 9.5px; font-size: 0.8rem; } .btn.active { background-color: #e7e7e7; } .card { margin-bottom: 5px !important; overflow-x: auto; } .navbar-brand { padding: 5px; margin-right: 0; } .table { margin-bottom: 0; } .swh-web-app-link a { text-decoration: none; outline: none; border: none; } .swh-web-app-link:hover { background-color: #efeff2; } .table > thead > tr > th { border-top: none; border-bottom: 1px solid #e20026; } .table > tbody > tr > td { border-style: none; } .sitename .first-word, .sitename .second-word { color: rgba(0, 0, 0, 0.75); font-weight: normal; font-size: 1.2rem; } .sitename .first-word { font-family: 'Alegreya Sans', sans-serif; } .sitename .second-word { font-family: 'Alegreya', serif; } .swh-api-doc-route-upcoming > td, .swh-api-doc-route-upcoming > td > a { font-size: 90%; } .swh-api-doc-route-deprecated > td, .swh-api-doc-route-deprecated > td > a { color: red; } .swh-api-doc p { margin-bottom: 0; } .swh-api-doc dt { text-align: right; } .swh-counter { font-size: 150%; } .swh-http-error { margin: 0 auto; text-align: center; } .swh-http-error-head { color: #2d353c; font-size: 30px; } .swh-http-error-code { bottom: 60%; color: #2d353c; font-size: 96px; line-height: 80px; margin-bottom: 10px !important; } .swh-http-error-desc { font-size: 12px; color: #647788; text-align: center; } .swh-http-error-desc pre { display: inline-block; text-align: left; max-width: 800px; white-space: pre-wrap; } .popover { max-width: 100%; } .modal { text-align: center; padding: 0 !important; } .modal::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; } .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; } .dropdown-submenu { position: relative; } .dropdown-submenu .dropdown-menu { top: 0; left: -100%; margin-top: -5px; margin-left: -2px; } .dropdown-item:hover, .dropdown-item:focus { background-color: rgba(0, 0, 0, 0.1); } a.dropdown-left::before { content: "\f0d9"; font-family: 'FontAwesome'; display: block; width: 20px; height: 20px; float: left; margin-left: 0; } #swh-navbar-collapse { border-top-style: none; border-left-style: none; border-right-style: none; border-bottom: 5px solid; border-image: linear-gradient(to right, rgb(226, 0, 38) 0%, rgb(254, 205, 27) 100%) 1 1 1 1; width: 100%; padding: 5px; margin-bottom: 20px; - margin-top: 32px; + margin-top: 30px; } #back-to-top { display: initial; position: fixed; bottom: 30px; right: 30px; z-index: 10; } #back-to-top a img { display: block; width: 32px; height: 32px; background-size: 32px 32px; text-indent: -999px; overflow: hidden; } .swh-top-bar { direction: ltr; - height: 32px; + height: 30px; position: fixed; top: 0; left: 0; width: 100%; min-width: 600px; z-index: 99999; background-color: #262626; color: #fff; text-align: center; - font-size: 16px; + font-size: 14px; } .swh-top-bar ul { - margin-top: 3px; - margin-left: -40px; + margin-top: 4px; + margin-left: 28px; } .swh-top-bar li { display: inline; margin-left: 10px; margin-right: 10px; } .swh-top-bar a, .swh-top-bar a:visited { color: #fecd1b; } .swh-top-bar a.swh-current-site, .swh-top-bar a.swh-current-site:visited { color: #e20026; +} + +.swh-donate-link { + border: 1px solid #fecd1b; + background-color: #e20026; + color: white !important; + padding: 3px; + border-radius: 3px; } \ No newline at end of file diff --git a/swh/web/static/css/browse.da339e9d2ee2e1647793.css b/swh/web/static/css/browse.74e30ccd592bfa734162.css similarity index 94% rename from swh/web/static/css/browse.da339e9d2ee2e1647793.css rename to swh/web/static/css/browse.74e30ccd592bfa734162.css index aee82905..20b63fc4 100644 --- a/swh/web/static/css/browse.da339e9d2ee2e1647793.css +++ b/swh/web/static/css/browse.74e30ccd592bfa734162.css @@ -1,2 +1,2 @@ -.navbar-header a,ul.dropdown-menu a,ul.navbar-nav a{border-bottom-style:none;color:#323232;font-weight:700}.swh-browse-nav li a{border-radius:4px}.nav-link.active{background-color:#e7e7e7}.scrollable-menu{max-height:180px;overflow-x:hidden}.swh-corner-ribbon{width:200px;background:#e43;position:absolute;text-align:center;line-height:50px;letter-spacing:1px;color:#f0f0f0;box-shadow:0 0 3px rgba(0,0,0,.3);top:57px;right:-50px;left:auto;transform:rotate(45deg);z-index:2000}.swh-loading{display:none}.swh-loading.show{display:block}.swh-metadata-table-row{border-top:1px solid #ddd!important}.swh-metadata-table-key{min-width:200px;max-width:200px;width:200px}.swh-metadata-table-value pre{white-space:pre-wrap}.swh-table-even-odd th{border-top:none}.swh-table-even-odd tr:nth-child(2n){background-color:#f5f5f5}.swh-table-even-odd tr:nth-child(odd){background-color:#fff}.swh-table-cell-text-overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swh-directory-table{margin-bottom:0}.swh-directory-table td{border-top:1px solid #ddd!important}.swh-title-color{color:#e20026}.swh-log-entry-message{min-width:460px;max-width:460px;width:460px}.swh-metadata{max-height:50vh;max-width:41vw;overflow-y:auto;overflow-x:auto;padding:0;padding-right:1.4em}.swh-browse-bread-crumbs{font-size:inherit;vertical-align:text-top;margin-bottom:1px}.swh-browse-bread-crumbs li:nth-child(n+2):before{content:"";display:inline-block;margin:0 2px}.swh-content{background-image:none;border:none;background-color:#fff;padding:0}.swh-content pre,.swh-content pre code{margin:0;padding:0}.swh-browse-top-navigation{border-bottom:1px solid #ddd;min-height:40px;padding:4px 5px 0}.swh-branches-releases{min-width:200px}.swh-branches-switch,.swh-releases-switch{padding:5px 15px!important}li.swh-branch:hover,li.swh-release:hover{background-color:#e8e8e8}.nav a,.swh-branch a,.swh-release a{outline:none}.swh-branch a:hover,.swh-release a:hover{text-decoration:none}.swh-origin-visit-details,.swh-snapshot-details{text-align:center}.swh-origin-visit-details ul,.swh-snapshot-details ul{list-style:none;margin:0;padding:0}.swh-origin-visit-details li,.swh-snapshot-details li{display:inline-block;vertical-align:middle;margin-left:10px;margin-right:10px} -/*# sourceMappingURL=browse.da339e9d2ee2e1647793.css.map */ \ No newline at end of file +.navbar-header a,ul.dropdown-menu a,ul.navbar-nav a{border-bottom-style:none;color:#323232;font-weight:700}.swh-browse-nav li a{border-radius:4px}.nav-link.active{background-color:#e7e7e7}.scrollable-menu{max-height:180px;overflow-x:hidden}.swh-corner-ribbon{width:200px;background:#e43;position:absolute;text-align:center;line-height:50px;letter-spacing:1px;color:#f0f0f0;box-shadow:0 0 3px rgba(0,0,0,.3);top:55px;right:-50px;left:auto;transform:rotate(45deg);z-index:2000}.swh-loading{display:none}.swh-loading.show{display:block}.swh-metadata-table-row{border-top:1px solid #ddd!important}.swh-metadata-table-key{min-width:200px;max-width:200px;width:200px}.swh-metadata-table-value pre{white-space:pre-wrap}.swh-table-even-odd th{border-top:none}.swh-table-even-odd tr:nth-child(2n){background-color:#f5f5f5}.swh-table-even-odd tr:nth-child(odd){background-color:#fff}.swh-table-cell-text-overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swh-directory-table{margin-bottom:0}.swh-directory-table td{border-top:1px solid #ddd!important}.swh-title-color{color:#e20026}.swh-log-entry-message{min-width:460px;max-width:460px;width:460px}.swh-metadata{max-height:50vh;max-width:41vw;overflow-y:auto;overflow-x:auto;padding:0;padding-right:1.4em}.swh-browse-bread-crumbs{font-size:inherit;vertical-align:text-top;margin-bottom:1px}.swh-browse-bread-crumbs li:nth-child(n+2):before{content:"";display:inline-block;margin:0 2px}.swh-content{background-image:none;border:none;background-color:#fff;padding:0}.swh-content pre,.swh-content pre code{margin:0;padding:0}.swh-browse-top-navigation{border-bottom:1px solid #ddd;min-height:40px;padding:4px 5px 0}.swh-branches-releases{min-width:200px}.swh-branches-switch,.swh-releases-switch{padding:5px 15px!important}li.swh-branch:hover,li.swh-release:hover{background-color:#e8e8e8}.nav a,.swh-branch a,.swh-release a{outline:none}.swh-branch a:hover,.swh-release a:hover{text-decoration:none}.swh-origin-visit-details,.swh-snapshot-details{text-align:center}.swh-origin-visit-details ul,.swh-snapshot-details ul{list-style:none;margin:0;padding:0}.swh-origin-visit-details li,.swh-snapshot-details li{display:inline-block;vertical-align:middle;margin-left:10px;margin-right:10px} +/*# sourceMappingURL=browse.74e30ccd592bfa734162.css.map */ \ No newline at end of file diff --git a/swh/web/static/css/browse.da339e9d2ee2e1647793.css.map b/swh/web/static/css/browse.74e30ccd592bfa734162.css.map similarity index 94% rename from swh/web/static/css/browse.da339e9d2ee2e1647793.css.map rename to swh/web/static/css/browse.74e30ccd592bfa734162.css.map index 8dd0e539..e5cbe88a 100644 --- a/swh/web/static/css/browse.da339e9d2ee2e1647793.css.map +++ b/swh/web/static/css/browse.74e30ccd592bfa734162.css.map @@ -1 +1 @@ -{"version":3,"sources":["browse.da339e9d2ee2e1647793.css"],"names":[],"mappings":"AAOA,oDAGI,yBAA0B,AAC1B,cAAe,AACf,eAAiB,CACpB,AAED,qBACI,iBAAmB,CACtB,AAED,iBACI,wBAA0B,CAC7B,AAED,iBACI,iBAAkB,AAClB,iBAAmB,CACtB,AAED,mBACI,YAAa,AACb,gBAAiB,AACjB,kBAAmB,AACnB,kBAAmB,AACnB,iBAAkB,AAClB,mBAAoB,AACpB,cAAe,AACf,kCAAuC,AACvC,SAAU,AACV,YAAa,AACb,UAAW,AAEH,wBAAyB,AACjC,YAAc,CACjB,AAED,aACI,YAAc,CACjB,AAED,kBACI,aAAe,CAClB,AAED,wBACI,mCAAsC,CACzC,AAED,wBACI,gBAAiB,AACjB,gBAAiB,AACjB,WAAa,CAChB,AAED,8BACI,oBAAsB,CACzB,AAED,uBACI,eAAiB,CACpB,AAED,qCACI,wBAA0B,CAC7B,AAED,sCACI,qBAAuB,CAC1B,AAED,8BACI,mBAAoB,AACpB,gBAAiB,AACjB,sBAAwB,CAC3B,AAED,qBACI,eAAiB,CACpB,AAED,wBACI,mCAAsC,CACzC,AAED,iBACI,aAAe,CAClB,AAED,uBACI,gBAAiB,AACjB,gBAAiB,AACjB,WAAa,CAChB,AAED,cACI,gBAAiB,AACjB,eAAgB,AAChB,gBAAiB,AACjB,gBAAiB,AACjB,UAAW,AACX,mBAAqB,CACxB,AAQD,yBACI,kBAAmB,AACnB,wBAAyB,AACzB,iBAAmB,CACtB,AAED,kDACI,WAAY,AACZ,qBAAsB,AACtB,YAAc,CACjB,AASD,aACI,sBAAuB,AACvB,YAAa,AACb,sBAAwB,AACxB,SAAW,CACd,AAED,uCAEI,SAAU,AACV,SAAW,CACd,AASD,2BACI,6BAA8B,AAC9B,gBAAiB,AACjB,iBAAuB,CAC1B,AAED,uBACI,eAAiB,CACpB,AAED,0CAEI,0BAA6B,CAChC,AAED,yCAEI,wBAA0B,CAC7B,AAED,oCAGI,YAAc,CACjB,AAED,yCAEI,oBAAsB,CACzB,AAED,gDAEI,iBAAmB,CACtB,AAED,sDAEI,gBAAiB,AACjB,SAAU,AACV,SAAW,CACd,AAED,sDAEI,qBAAsB,AACtB,sBAAuB,AACvB,iBAAkB,AAClB,iBAAmB,CACtB","file":"browse.da339e9d2ee2e1647793.css","sourcesContent":["/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.navbar-header a,\nul.dropdown-menu a,\nul.navbar-nav a {\n border-bottom-style: none;\n color: #323232;\n font-weight: 700;\n}\n\n.swh-browse-nav li a {\n border-radius: 4px;\n}\n\n.nav-link.active {\n background-color: #e7e7e7;\n}\n\n.scrollable-menu {\n max-height: 180px;\n overflow-x: hidden;\n}\n\n.swh-corner-ribbon {\n width: 200px;\n background: #e43;\n position: absolute;\n text-align: center;\n line-height: 50px;\n letter-spacing: 1px;\n color: #f0f0f0;\n box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);\n top: 57px;\n right: -50px;\n left: auto;\n -webkit-transform: rotate(45deg);\n transform: rotate(45deg);\n z-index: 2000;\n}\n\n.swh-loading {\n display: none;\n}\n\n.swh-loading.show {\n display: block;\n}\n\n.swh-metadata-table-row {\n border-top: 1px solid #ddd !important;\n}\n\n.swh-metadata-table-key {\n min-width: 200px;\n max-width: 200px;\n width: 200px;\n}\n\n.swh-metadata-table-value pre {\n white-space: pre-wrap;\n}\n\n.swh-table-even-odd th {\n border-top: none;\n}\n\n.swh-table-even-odd tr:nth-child(even) {\n background-color: #f5f5f5;\n}\n\n.swh-table-even-odd tr:nth-child(odd) {\n background-color: #fff;\n}\n\n.swh-table-cell-text-overflow {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.swh-directory-table {\n margin-bottom: 0;\n}\n\n.swh-directory-table td {\n border-top: 1px solid #ddd !important;\n}\n\n.swh-title-color {\n color: #e20026;\n}\n\n.swh-log-entry-message {\n min-width: 460px;\n max-width: 460px;\n width: 460px;\n}\n\n.swh-metadata {\n max-height: 50vh;\n max-width: 41vw;\n overflow-y: auto;\n overflow-x: auto;\n padding: 0;\n padding-right: 1.4em;\n}\n/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.swh-browse-bread-crumbs {\n font-size: inherit;\n vertical-align: text-top;\n margin-bottom: 1px;\n}\n\n.swh-browse-bread-crumbs li:nth-child(n+2)::before {\n content: \"\";\n display: inline-block;\n margin: 0 2px;\n}\n\n/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.swh-content {\n background-image: none;\n border: none;\n background-color: white;\n padding: 0;\n}\n\n.swh-content pre,\n.swh-content pre code {\n margin: 0;\n padding: 0;\n}\n\n/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.swh-browse-top-navigation {\n border-bottom: 1px solid #ddd;\n min-height: 40px;\n padding: 4px 5px 0 5px;\n}\n\n.swh-branches-releases {\n min-width: 200px;\n}\n\n.swh-branches-switch,\n.swh-releases-switch {\n padding: 5px 15px !important;\n}\n\nli.swh-branch:hover,\nli.swh-release:hover {\n background-color: #e8e8e8;\n}\n\n.nav a,\n.swh-branch a,\n.swh-release a {\n outline: none;\n}\n\n.swh-branch a:hover,\n.swh-release a:hover {\n text-decoration: none;\n}\n\n.swh-origin-visit-details,\n.swh-snapshot-details {\n text-align: center;\n}\n\n.swh-origin-visit-details ul,\n.swh-snapshot-details ul {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n.swh-origin-visit-details li,\n.swh-snapshot-details li {\n display: inline-block;\n vertical-align: middle;\n margin-left: 10px;\n margin-right: 10px;\n}\n\n"]} \ No newline at end of file +{"version":3,"sources":["browse.74e30ccd592bfa734162.css"],"names":[],"mappings":"AAOA,oDAGI,yBAA0B,AAC1B,cAAe,AACf,eAAiB,CACpB,AAED,qBACI,iBAAmB,CACtB,AAED,iBACI,wBAA0B,CAC7B,AAED,iBACI,iBAAkB,AAClB,iBAAmB,CACtB,AAED,mBACI,YAAa,AACb,gBAAiB,AACjB,kBAAmB,AACnB,kBAAmB,AACnB,iBAAkB,AAClB,mBAAoB,AACpB,cAAe,AACf,kCAAuC,AACvC,SAAU,AACV,YAAa,AACb,UAAW,AAEH,wBAAyB,AACjC,YAAc,CACjB,AAED,aACI,YAAc,CACjB,AAED,kBACI,aAAe,CAClB,AAED,wBACI,mCAAsC,CACzC,AAED,wBACI,gBAAiB,AACjB,gBAAiB,AACjB,WAAa,CAChB,AAED,8BACI,oBAAsB,CACzB,AAED,uBACI,eAAiB,CACpB,AAED,qCACI,wBAA0B,CAC7B,AAED,sCACI,qBAAuB,CAC1B,AAED,8BACI,mBAAoB,AACpB,gBAAiB,AACjB,sBAAwB,CAC3B,AAED,qBACI,eAAiB,CACpB,AAED,wBACI,mCAAsC,CACzC,AAED,iBACI,aAAe,CAClB,AAED,uBACI,gBAAiB,AACjB,gBAAiB,AACjB,WAAa,CAChB,AAED,cACI,gBAAiB,AACjB,eAAgB,AAChB,gBAAiB,AACjB,gBAAiB,AACjB,UAAW,AACX,mBAAqB,CACxB,AAQD,yBACI,kBAAmB,AACnB,wBAAyB,AACzB,iBAAmB,CACtB,AAED,kDACI,WAAY,AACZ,qBAAsB,AACtB,YAAc,CACjB,AASD,aACI,sBAAuB,AACvB,YAAa,AACb,sBAAwB,AACxB,SAAW,CACd,AAED,uCAEI,SAAU,AACV,SAAW,CACd,AASD,2BACI,6BAA8B,AAC9B,gBAAiB,AACjB,iBAAuB,CAC1B,AAED,uBACI,eAAiB,CACpB,AAED,0CAEI,0BAA6B,CAChC,AAED,yCAEI,wBAA0B,CAC7B,AAED,oCAGI,YAAc,CACjB,AAED,yCAEI,oBAAsB,CACzB,AAED,gDAEI,iBAAmB,CACtB,AAED,sDAEI,gBAAiB,AACjB,SAAU,AACV,SAAW,CACd,AAED,sDAEI,qBAAsB,AACtB,sBAAuB,AACvB,iBAAkB,AAClB,iBAAmB,CACtB","file":"browse.74e30ccd592bfa734162.css","sourcesContent":["/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.navbar-header a,\nul.dropdown-menu a,\nul.navbar-nav a {\n border-bottom-style: none;\n color: #323232;\n font-weight: 700;\n}\n\n.swh-browse-nav li a {\n border-radius: 4px;\n}\n\n.nav-link.active {\n background-color: #e7e7e7;\n}\n\n.scrollable-menu {\n max-height: 180px;\n overflow-x: hidden;\n}\n\n.swh-corner-ribbon {\n width: 200px;\n background: #e43;\n position: absolute;\n text-align: center;\n line-height: 50px;\n letter-spacing: 1px;\n color: #f0f0f0;\n box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);\n top: 55px;\n right: -50px;\n left: auto;\n -webkit-transform: rotate(45deg);\n transform: rotate(45deg);\n z-index: 2000;\n}\n\n.swh-loading {\n display: none;\n}\n\n.swh-loading.show {\n display: block;\n}\n\n.swh-metadata-table-row {\n border-top: 1px solid #ddd !important;\n}\n\n.swh-metadata-table-key {\n min-width: 200px;\n max-width: 200px;\n width: 200px;\n}\n\n.swh-metadata-table-value pre {\n white-space: pre-wrap;\n}\n\n.swh-table-even-odd th {\n border-top: none;\n}\n\n.swh-table-even-odd tr:nth-child(even) {\n background-color: #f5f5f5;\n}\n\n.swh-table-even-odd tr:nth-child(odd) {\n background-color: #fff;\n}\n\n.swh-table-cell-text-overflow {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.swh-directory-table {\n margin-bottom: 0;\n}\n\n.swh-directory-table td {\n border-top: 1px solid #ddd !important;\n}\n\n.swh-title-color {\n color: #e20026;\n}\n\n.swh-log-entry-message {\n min-width: 460px;\n max-width: 460px;\n width: 460px;\n}\n\n.swh-metadata {\n max-height: 50vh;\n max-width: 41vw;\n overflow-y: auto;\n overflow-x: auto;\n padding: 0;\n padding-right: 1.4em;\n}\n/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.swh-browse-bread-crumbs {\n font-size: inherit;\n vertical-align: text-top;\n margin-bottom: 1px;\n}\n\n.swh-browse-bread-crumbs li:nth-child(n+2)::before {\n content: \"\";\n display: inline-block;\n margin: 0 2px;\n}\n\n/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.swh-content {\n background-image: none;\n border: none;\n background-color: white;\n padding: 0;\n}\n\n.swh-content pre,\n.swh-content pre code {\n margin: 0;\n padding: 0;\n}\n\n/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.swh-browse-top-navigation {\n border-bottom: 1px solid #ddd;\n min-height: 40px;\n padding: 4px 5px 0 5px;\n}\n\n.swh-branches-releases {\n min-width: 200px;\n}\n\n.swh-branches-switch,\n.swh-releases-switch {\n padding: 5px 15px !important;\n}\n\nli.swh-branch:hover,\nli.swh-release:hover {\n background-color: #e8e8e8;\n}\n\n.nav a,\n.swh-branch a,\n.swh-release a {\n outline: none;\n}\n\n.swh-branch a:hover,\n.swh-release a:hover {\n text-decoration: none;\n}\n\n.swh-origin-visit-details,\n.swh-snapshot-details {\n text-align: center;\n}\n\n.swh-origin-visit-details ul,\n.swh-snapshot-details ul {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n.swh-origin-visit-details li,\n.swh-snapshot-details li {\n display: inline-block;\n vertical-align: middle;\n margin-left: 10px;\n margin-right: 10px;\n}\n\n"]} \ No newline at end of file diff --git a/swh/web/static/css/webapp.4e357712d427fe270402.css.map b/swh/web/static/css/webapp.4e357712d427fe270402.css.map deleted file mode 100644 index 3ab78ebf..00000000 --- a/swh/web/static/css/webapp.4e357712d427fe270402.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["webapp.4e357712d427fe270402.css"],"names":[],"mappings":"AAOA,KACI,YAAa,AACb,iBAAmB,CACtB,AAED,KACI,gBAAiB,AACjB,SAAU,AACV,kBAAmB,AACnB,oBAAsB,CACzB,AAED,EACI,yBAA0B,AAC1B,YAAc,CACjB,AAED,KACI,wBAA0B,CAC7B,AAED,SACI,4BAA8B,CACjC,AAED,OACI,yBAA0B,AAC1B,WAAY,AACZ,gBAAkB,AAClB,kBAAmB,AACnB,SAAU,AACV,WAAY,AACZ,iBAAkB,AAClB,mBAAqB,CACxB,AAED,0BAEI,aAAe,CAClB,AAED,eACI,yBAA2B,CAC9B,AAED,IACI,yBAA0B,AAC1B,sBAAuB,AACvB,kBAAmB,AACnB,cAAe,AACf,eAAkB,CACrB,AAED,YACI,wBAA0B,CAC7B,AAED,MACI,4BAA8B,AAC9B,eAAiB,CACpB,AAED,cACI,YAAa,AACb,cAAgB,CACnB,AAED,OACI,eAAiB,CACpB,AAED,oBACI,qBAAsB,AACtB,aAAc,AACd,WAAa,CAChB,AAED,wBACI,wBAA0B,CAC7B,AAED,mBACI,gBAAiB,AACjB,+BAAiC,CACpC,AAED,mBACI,iBAAmB,CACtB,AAED,6CAEI,sBAA2B,AAC3B,mBAAoB,AACpB,gBAAkB,CACrB,AAED,sBACI,sCAAyC,CAC5C,AAED,uBACI,4BAA+B,CAClC,AAED,gEAEI,aAAe,CAClB,AAED,oEAEI,SAAW,CACd,AAED,eACI,eAAiB,CACpB,AAED,gBACI,gBAAkB,CACrB,AAED,aACI,cAAgB,CACnB,AAED,gBACI,cAAe,AACf,iBAAmB,CACtB,AAED,qBACI,cAAe,AACf,cAAgB,CACnB,AAED,qBACI,WAAY,AACZ,cAAe,AACf,eAAgB,AAChB,iBAAkB,AAClB,4BAA+B,CAClC,AAED,qBACI,eAAgB,AAChB,cAAe,AACf,iBAAmB,CACtB,AAED,yBACI,qBAAsB,AACtB,gBAAiB,AACjB,gBAAiB,AACjB,oBAAsB,CACzB,AAED,SACI,cAAgB,CACnB,AAED,OACI,kBAAmB,AACnB,mBAAsB,CACzB,AAED,cACI,WAAY,AAEZ,YAAa,AAEb,iBAAmB,CACtB,AAED,4BANI,qBAAsB,AAEtB,qBAAuB,CAQ1B,AAJD,cAEI,eAAiB,CAEpB,AAED,kBACI,iBAAmB,CACtB,AAED,iCACI,MAAO,AACP,WAAY,AACZ,gBAAiB,AACjB,gBAAkB,CACrB,AAED,0CAEI,+BAAqC,CACxC,AAED,uBACI,gBAAiB,AACjB,0BAA2B,AAC3B,cAAe,AACf,WAAY,AACZ,YAAa,AACb,WAAY,AACZ,aAAe,CAClB,AAED,qBACI,sBAAuB,AACvB,uBAAwB,AACxB,wBAAyB,AACzB,wBAAyB,AACzB,iEAA+F,AAC5F,8DAA4F,AAC/F,WAAY,AACZ,YAAa,AACb,mBAAoB,AACpB,eAAiB,CACpB,AAED,aACI,gBAAiB,AACjB,eAAgB,AAChB,YAAa,AACb,WAAY,AACZ,UAAY,CACf,AAED,mBACI,cAAe,AACf,WAAY,AACZ,YAAa,AACb,0BAA2B,AAC3B,mBAAoB,AACpB,eAAiB,CACpB,AAED,aACI,cAAe,AACf,YAAa,AACb,eAAgB,AAChB,MAAO,AACP,OAAQ,AACR,WAAY,AACZ,gBAAiB,AACjB,cAAe,AACf,yBAA0B,AAC1B,WAAY,AACZ,kBAAmB,AACnB,cAAgB,CACnB,AAED,gBACI,eAAgB,AAChB,iBAAmB,CACtB,AAED,gBACI,eAAgB,AAChB,iBAAkB,AAClB,iBAAmB,CACtB,AAED,sCAEI,aAAe,CAClB,AAED,wEAEI,aAAe,CAClB,AAQD,cACI,qBAAsB,AACtB,gBAAiB,AACjB,qBAA2B,CAC9B,AAMD,kCAHI,oBAAsB,CAMzB,AAHD,iBACI,UAAY,CAEf,AAED,gBACI,sBAA2B,AAC3B,wBAA0B,CAC7B,AAED,sBACI,sBAA2B,AAC3B,yBAA2B,CAC9B","file":"webapp.4e357712d427fe270402.css","sourcesContent":["/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\nhtml {\n height: 100%;\n overflow-x: hidden;\n}\n\nbody {\n min-height: 100%;\n margin: 0;\n position: relative;\n padding-bottom: 120px;\n}\n\na {\n border-bottom-style: none;\n outline: none;\n}\n\ncode {\n background-color: #f9f2f4;\n}\n\npre code {\n background-color: transparent;\n}\n\nfooter {\n background-color: #262626;\n color: #fff;\n font-size: 0.8rem;\n position: absolute;\n bottom: 0;\n width: 100%;\n padding-top: 20px;\n padding-bottom: 20px;\n}\n\nfooter a,\nfooter a:visited {\n color: #fecd1b;\n}\n\nfooter a:hover {\n text-decoration: underline;\n}\n\npre {\n background-color: #f5f5f5;\n border: 1px solid #ccc;\n border-radius: 4px;\n padding: 9.5px;\n font-size: 0.8rem;\n}\n\n.btn.active {\n background-color: #e7e7e7;\n}\n\n.card {\n margin-bottom: 5px !important;\n overflow-x: auto;\n}\n\n.navbar-brand {\n padding: 5px;\n margin-right: 0;\n}\n\n.table {\n margin-bottom: 0;\n}\n\n.swh-web-app-link a {\n text-decoration: none;\n outline: none;\n border: none;\n}\n\n.swh-web-app-link:hover {\n background-color: #efeff2;\n}\n\n.table > thead > tr > th {\n border-top: none;\n border-bottom: 1px solid #e20026;\n}\n\n.table > tbody > tr > td {\n border-style: none;\n}\n\n.sitename .first-word,\n.sitename .second-word {\n color: rgba(0, 0, 0, 0.75);\n font-weight: normal;\n font-size: 1.2rem;\n}\n\n.sitename .first-word {\n font-family: 'Alegreya Sans', sans-serif;\n}\n\n.sitename .second-word {\n font-family: 'Alegreya', serif;\n}\n\n.swh-api-doc-route-upcoming > td,\n.swh-api-doc-route-upcoming > td > a {\n font-size: 90%;\n}\n\n.swh-api-doc-route-deprecated > td,\n.swh-api-doc-route-deprecated > td > a {\n color: red;\n}\n\n.swh-api-doc p {\n margin-bottom: 0;\n}\n\n.swh-api-doc dt {\n text-align: right;\n}\n\n.swh-counter {\n font-size: 150%;\n}\n\n.swh-http-error {\n margin: 0 auto;\n text-align: center;\n}\n\n.swh-http-error-head {\n color: #2d353c;\n font-size: 30px;\n}\n\n.swh-http-error-code {\n bottom: 60%;\n color: #2d353c;\n font-size: 96px;\n line-height: 80px;\n margin-bottom: 10px !important;\n}\n\n.swh-http-error-desc {\n font-size: 12px;\n color: #647788;\n text-align: center;\n}\n\n.swh-http-error-desc pre {\n display: inline-block;\n text-align: left;\n max-width: 800px;\n white-space: pre-wrap;\n}\n\n.popover {\n max-width: 100%;\n}\n\n.modal {\n text-align: center;\n padding: 0 !important;\n}\n\n.modal::before {\n content: '';\n display: inline-block;\n height: 100%;\n vertical-align: middle;\n margin-right: -4px;\n}\n\n.modal-dialog {\n display: inline-block;\n text-align: left;\n vertical-align: middle;\n}\n\n.dropdown-submenu {\n position: relative;\n}\n\n.dropdown-submenu .dropdown-menu {\n top: 0;\n left: -100%;\n margin-top: -5px;\n margin-left: -2px;\n}\n\n.dropdown-item:hover,\n.dropdown-item:focus {\n background-color: rgba(0, 0, 0, 0.1);\n}\n\na.dropdown-left::before {\n content: \"\\F0D9\";\n font-family: 'FontAwesome';\n display: block;\n width: 20px;\n height: 20px;\n float: left;\n margin-left: 0;\n}\n\n#swh-navbar-collapse {\n border-top-style: none;\n border-left-style: none;\n border-right-style: none;\n border-bottom: 5px solid;\n -o-border-image: linear-gradient(to right, rgb(226, 0, 38) 0%, rgb(254, 205, 27) 100%) 1 1 1 1;\n border-image: linear-gradient(to right, rgb(226, 0, 38) 0%, rgb(254, 205, 27) 100%) 1 1 1 1;\n width: 100%;\n padding: 5px;\n margin-bottom: 20px;\n margin-top: 32px;\n}\n\n#back-to-top {\n display: initial;\n position: fixed;\n bottom: 30px;\n right: 30px;\n z-index: 10;\n}\n\n#back-to-top a img {\n display: block;\n width: 32px;\n height: 32px;\n background-size: 32px 32px;\n text-indent: -999px;\n overflow: hidden;\n}\n\n.swh-top-bar {\n direction: ltr;\n height: 32px;\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n min-width: 600px;\n z-index: 99999;\n background-color: #262626;\n color: #fff;\n text-align: center;\n font-size: 16px;\n}\n\n.swh-top-bar ul {\n margin-top: 3px;\n margin-left: -40px;\n}\n\n.swh-top-bar li {\n display: inline;\n margin-left: 10px;\n margin-right: 10px;\n}\n\n.swh-top-bar a,\n.swh-top-bar a:visited {\n color: #fecd1b;\n}\n\n.swh-top-bar a.swh-current-site,\n.swh-top-bar a.swh-current-site:visited {\n color: #e20026;\n}\n/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.bread-crumbs {\n display: inline-block;\n overflow: hidden;\n color: rgba(0, 0, 0, 0.55);\n}\n\n.bread-crumbs ul {\n list-style-type: none;\n}\n\n.bread-crumbs li {\n float: left;\n list-style-type: none;\n}\n\n.bread-crumbs a {\n color: rgba(0, 0, 0, 0.75);\n border-bottom-style: none;\n}\n\n.bread-crumbs a:hover {\n color: rgba(0, 0, 0, 0.85);\n text-decoration: underline;\n}\n\n"]} \ No newline at end of file diff --git a/swh/web/static/css/webapp.4e357712d427fe270402.css b/swh/web/static/css/webapp.e3651635f1b052d9cf20.css similarity index 76% rename from swh/web/static/css/webapp.4e357712d427fe270402.css rename to swh/web/static/css/webapp.e3651635f1b052d9cf20.css index 9c276f9b..ec41db11 100644 --- a/swh/web/static/css/webapp.4e357712d427fe270402.css +++ b/swh/web/static/css/webapp.e3651635f1b052d9cf20.css @@ -1,2 +1,2 @@ -html{height:100%;overflow-x:hidden}body{min-height:100%;margin:0;position:relative;padding-bottom:120px}a{border-bottom-style:none;outline:none}code{background-color:#f9f2f4}pre code{background-color:transparent}footer{background-color:#262626;color:#fff;font-size:.8rem;position:absolute;bottom:0;width:100%;padding-top:20px;padding-bottom:20px}footer a,footer a:visited{color:#fecd1b}footer a:hover{text-decoration:underline}pre{background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;padding:9.5px;font-size:.8rem}.btn.active{background-color:#e7e7e7}.card{margin-bottom:5px!important;overflow-x:auto}.navbar-brand{padding:5px;margin-right:0}.table{margin-bottom:0}.swh-web-app-link a{text-decoration:none;outline:none;border:none}.swh-web-app-link:hover{background-color:#efeff2}.table>thead>tr>th{border-top:none;border-bottom:1px solid #e20026}.table>tbody>tr>td{border-style:none}.sitename .first-word,.sitename .second-word{color:rgba(0,0,0,.75);font-weight:normal;font-size:1.2rem}.sitename .first-word{font-family:"Alegreya Sans",sans-serif}.sitename .second-word{font-family:"Alegreya",serif}.swh-api-doc-route-upcoming>td,.swh-api-doc-route-upcoming>td>a{font-size:90%}.swh-api-doc-route-deprecated>td,.swh-api-doc-route-deprecated>td>a{color:red}.swh-api-doc p{margin-bottom:0}.swh-api-doc dt{text-align:right}.swh-counter{font-size:150%}.swh-http-error{margin:0 auto;text-align:center}.swh-http-error-head{color:#2d353c;font-size:30px}.swh-http-error-code{bottom:60%;color:#2d353c;font-size:96px;line-height:80px;margin-bottom:10px!important}.swh-http-error-desc{font-size:12px;color:#647788;text-align:center}.swh-http-error-desc pre{display:inline-block;text-align:left;max-width:800px;white-space:pre-wrap}.popover{max-width:100%}.modal{text-align:center;padding:0!important}.modal:before{content:"";height:100%;margin-right:-4px}.modal-dialog,.modal:before{display:inline-block;vertical-align:middle}.modal-dialog{text-align:left}.dropdown-submenu{position:relative}.dropdown-submenu .dropdown-menu{top:0;left:-100%;margin-top:-5px;margin-left:-2px}.dropdown-item:focus,.dropdown-item:hover{background-color:rgba(0,0,0,.1)}a.dropdown-left:before{content:"\F0D9";font-family:"FontAwesome";display:block;width:20px;height:20px;float:left;margin-left:0}#swh-navbar-collapse{border-top-style:none;border-left-style:none;border-right-style:none;border-bottom:5px solid;-o-border-image:linear-gradient(90deg,#e20026 0,#fecd1b) 1 1 1 1;border-image:linear-gradient(90deg,#e20026 0,#fecd1b) 1 1 1 1;width:100%;padding:5px;margin-bottom:20px;margin-top:32px}#back-to-top{display:initial;position:fixed;bottom:30px;right:30px;z-index:10}#back-to-top a img{display:block;width:32px;height:32px;background-size:32px 32px;text-indent:-999px;overflow:hidden}.swh-top-bar{direction:ltr;height:32px;position:fixed;top:0;left:0;width:100%;min-width:600px;z-index:99999;background-color:#262626;color:#fff;text-align:center;font-size:16px}.swh-top-bar ul{margin-top:3px;margin-left:-40px}.swh-top-bar li{display:inline;margin-left:10px;margin-right:10px}.swh-top-bar a,.swh-top-bar a:visited{color:#fecd1b}.swh-top-bar a.swh-current-site,.swh-top-bar a.swh-current-site:visited{color:#e20026}.bread-crumbs{display:inline-block;overflow:hidden;color:rgba(0,0,0,.55)}.bread-crumbs li,.bread-crumbs ul{list-style-type:none}.bread-crumbs li{float:left}.bread-crumbs a{color:rgba(0,0,0,.75);border-bottom-style:none}.bread-crumbs a:hover{color:rgba(0,0,0,.85);text-decoration:underline} -/*# sourceMappingURL=webapp.4e357712d427fe270402.css.map */ \ No newline at end of file +html{height:100%;overflow-x:hidden}body{min-height:100%;margin:0;position:relative;padding-bottom:120px}a{border-bottom-style:none;outline:none}code{background-color:#f9f2f4}pre code{background-color:transparent}footer{background-color:#262626;color:#fff;font-size:.8rem;position:absolute;bottom:0;width:100%;padding-top:20px;padding-bottom:20px}footer a,footer a:visited{color:#fecd1b}footer a:hover{text-decoration:underline}pre{background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;padding:9.5px;font-size:.8rem}.btn.active{background-color:#e7e7e7}.card{margin-bottom:5px!important;overflow-x:auto}.navbar-brand{padding:5px;margin-right:0}.table{margin-bottom:0}.swh-web-app-link a{text-decoration:none;outline:none;border:none}.swh-web-app-link:hover{background-color:#efeff2}.table>thead>tr>th{border-top:none;border-bottom:1px solid #e20026}.table>tbody>tr>td{border-style:none}.sitename .first-word,.sitename .second-word{color:rgba(0,0,0,.75);font-weight:normal;font-size:1.2rem}.sitename .first-word{font-family:"Alegreya Sans",sans-serif}.sitename .second-word{font-family:"Alegreya",serif}.swh-api-doc-route-upcoming>td,.swh-api-doc-route-upcoming>td>a{font-size:90%}.swh-api-doc-route-deprecated>td,.swh-api-doc-route-deprecated>td>a{color:red}.swh-api-doc p{margin-bottom:0}.swh-api-doc dt{text-align:right}.swh-counter{font-size:150%}.swh-http-error{margin:0 auto;text-align:center}.swh-http-error-head{color:#2d353c;font-size:30px}.swh-http-error-code{bottom:60%;color:#2d353c;font-size:96px;line-height:80px;margin-bottom:10px!important}.swh-http-error-desc{font-size:12px;color:#647788;text-align:center}.swh-http-error-desc pre{display:inline-block;text-align:left;max-width:800px;white-space:pre-wrap}.popover{max-width:100%}.modal{text-align:center;padding:0!important}.modal:before{content:"";height:100%;margin-right:-4px}.modal-dialog,.modal:before{display:inline-block;vertical-align:middle}.modal-dialog{text-align:left}.dropdown-submenu{position:relative}.dropdown-submenu .dropdown-menu{top:0;left:-100%;margin-top:-5px;margin-left:-2px}.dropdown-item:focus,.dropdown-item:hover{background-color:rgba(0,0,0,.1)}a.dropdown-left:before{content:"\F0D9";font-family:"FontAwesome";display:block;width:20px;height:20px;float:left;margin-left:0}#swh-navbar-collapse{border-top-style:none;border-left-style:none;border-right-style:none;border-bottom:5px solid;-o-border-image:linear-gradient(90deg,#e20026 0,#fecd1b) 1 1 1 1;border-image:linear-gradient(90deg,#e20026 0,#fecd1b) 1 1 1 1;width:100%;padding:5px;margin-bottom:20px;margin-top:30px}#back-to-top{display:initial;position:fixed;bottom:30px;right:30px;z-index:10}#back-to-top a img{display:block;width:32px;height:32px;background-size:32px 32px;text-indent:-999px;overflow:hidden}.swh-top-bar{direction:ltr;height:30px;position:fixed;top:0;left:0;width:100%;min-width:600px;z-index:99999;background-color:#262626;color:#fff;text-align:center;font-size:14px}.swh-top-bar ul{margin-top:4px;margin-left:28px}.swh-top-bar li{display:inline;margin-left:10px;margin-right:10px}.swh-top-bar a,.swh-top-bar a:visited{color:#fecd1b}.swh-top-bar a.swh-current-site,.swh-top-bar a.swh-current-site:visited{color:#e20026}.swh-donate-link{border:1px solid #fecd1b;background-color:#e20026;color:#fff!important;padding:3px;border-radius:3px}.bread-crumbs{display:inline-block;overflow:hidden;color:rgba(0,0,0,.55)}.bread-crumbs li,.bread-crumbs ul{list-style-type:none}.bread-crumbs li{float:left}.bread-crumbs a{color:rgba(0,0,0,.75);border-bottom-style:none}.bread-crumbs a:hover{color:rgba(0,0,0,.85);text-decoration:underline} +/*# sourceMappingURL=webapp.e3651635f1b052d9cf20.css.map */ \ No newline at end of file diff --git a/swh/web/static/css/webapp.e3651635f1b052d9cf20.css.map b/swh/web/static/css/webapp.e3651635f1b052d9cf20.css.map new file mode 100644 index 00000000..c142ba5b --- /dev/null +++ b/swh/web/static/css/webapp.e3651635f1b052d9cf20.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["webapp.e3651635f1b052d9cf20.css"],"names":[],"mappings":"AAOA,KACI,YAAa,AACb,iBAAmB,CACtB,AAED,KACI,gBAAiB,AACjB,SAAU,AACV,kBAAmB,AACnB,oBAAsB,CACzB,AAED,EACI,yBAA0B,AAC1B,YAAc,CACjB,AAED,KACI,wBAA0B,CAC7B,AAED,SACI,4BAA8B,CACjC,AAED,OACI,yBAA0B,AAC1B,WAAY,AACZ,gBAAkB,AAClB,kBAAmB,AACnB,SAAU,AACV,WAAY,AACZ,iBAAkB,AAClB,mBAAqB,CACxB,AAED,0BAEI,aAAe,CAClB,AAED,eACI,yBAA2B,CAC9B,AAED,IACI,yBAA0B,AAC1B,sBAAuB,AACvB,kBAAmB,AACnB,cAAe,AACf,eAAkB,CACrB,AAED,YACI,wBAA0B,CAC7B,AAED,MACI,4BAA8B,AAC9B,eAAiB,CACpB,AAED,cACI,YAAa,AACb,cAAgB,CACnB,AAED,OACI,eAAiB,CACpB,AAED,oBACI,qBAAsB,AACtB,aAAc,AACd,WAAa,CAChB,AAED,wBACI,wBAA0B,CAC7B,AAED,mBACI,gBAAiB,AACjB,+BAAiC,CACpC,AAED,mBACI,iBAAmB,CACtB,AAED,6CAEI,sBAA2B,AAC3B,mBAAoB,AACpB,gBAAkB,CACrB,AAED,sBACI,sCAAyC,CAC5C,AAED,uBACI,4BAA+B,CAClC,AAED,gEAEI,aAAe,CAClB,AAED,oEAEI,SAAW,CACd,AAED,eACI,eAAiB,CACpB,AAED,gBACI,gBAAkB,CACrB,AAED,aACI,cAAgB,CACnB,AAED,gBACI,cAAe,AACf,iBAAmB,CACtB,AAED,qBACI,cAAe,AACf,cAAgB,CACnB,AAED,qBACI,WAAY,AACZ,cAAe,AACf,eAAgB,AAChB,iBAAkB,AAClB,4BAA+B,CAClC,AAED,qBACI,eAAgB,AAChB,cAAe,AACf,iBAAmB,CACtB,AAED,yBACI,qBAAsB,AACtB,gBAAiB,AACjB,gBAAiB,AACjB,oBAAsB,CACzB,AAED,SACI,cAAgB,CACnB,AAED,OACI,kBAAmB,AACnB,mBAAsB,CACzB,AAED,cACI,WAAY,AAEZ,YAAa,AAEb,iBAAmB,CACtB,AAED,4BANI,qBAAsB,AAEtB,qBAAuB,CAQ1B,AAJD,cAEI,eAAiB,CAEpB,AAED,kBACI,iBAAmB,CACtB,AAED,iCACI,MAAO,AACP,WAAY,AACZ,gBAAiB,AACjB,gBAAkB,CACrB,AAED,0CAEI,+BAAqC,CACxC,AAED,uBACI,gBAAiB,AACjB,0BAA2B,AAC3B,cAAe,AACf,WAAY,AACZ,YAAa,AACb,WAAY,AACZ,aAAe,CAClB,AAED,qBACI,sBAAuB,AACvB,uBAAwB,AACxB,wBAAyB,AACzB,wBAAyB,AACzB,iEAA+F,AAC5F,8DAA4F,AAC/F,WAAY,AACZ,YAAa,AACb,mBAAoB,AACpB,eAAiB,CACpB,AAED,aACI,gBAAiB,AACjB,eAAgB,AAChB,YAAa,AACb,WAAY,AACZ,UAAY,CACf,AAED,mBACI,cAAe,AACf,WAAY,AACZ,YAAa,AACb,0BAA2B,AAC3B,mBAAoB,AACpB,eAAiB,CACpB,AAED,aACI,cAAe,AACf,YAAa,AACb,eAAgB,AAChB,MAAO,AACP,OAAQ,AACR,WAAY,AACZ,gBAAiB,AACjB,cAAe,AACf,yBAA0B,AAC1B,WAAY,AACZ,kBAAmB,AACnB,cAAgB,CACnB,AAED,gBACI,eAAgB,AAChB,gBAAkB,CACrB,AAED,gBACI,eAAgB,AAChB,iBAAkB,AAClB,iBAAmB,CACtB,AAED,sCAEI,aAAe,CAClB,AAED,wEAEI,aAAe,CAClB,AAED,iBACI,yBAA0B,AAC1B,yBAA0B,AAC1B,qBAAwB,AACxB,YAAa,AACb,iBAAmB,CACtB,AAQD,cACI,qBAAsB,AACtB,gBAAiB,AACjB,qBAA2B,CAC9B,AAMD,kCAHI,oBAAsB,CAMzB,AAHD,iBACI,UAAY,CAEf,AAED,gBACI,sBAA2B,AAC3B,wBAA0B,CAC7B,AAED,sBACI,sBAA2B,AAC3B,yBAA2B,CAC9B","file":"webapp.e3651635f1b052d9cf20.css","sourcesContent":["/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\nhtml {\n height: 100%;\n overflow-x: hidden;\n}\n\nbody {\n min-height: 100%;\n margin: 0;\n position: relative;\n padding-bottom: 120px;\n}\n\na {\n border-bottom-style: none;\n outline: none;\n}\n\ncode {\n background-color: #f9f2f4;\n}\n\npre code {\n background-color: transparent;\n}\n\nfooter {\n background-color: #262626;\n color: #fff;\n font-size: 0.8rem;\n position: absolute;\n bottom: 0;\n width: 100%;\n padding-top: 20px;\n padding-bottom: 20px;\n}\n\nfooter a,\nfooter a:visited {\n color: #fecd1b;\n}\n\nfooter a:hover {\n text-decoration: underline;\n}\n\npre {\n background-color: #f5f5f5;\n border: 1px solid #ccc;\n border-radius: 4px;\n padding: 9.5px;\n font-size: 0.8rem;\n}\n\n.btn.active {\n background-color: #e7e7e7;\n}\n\n.card {\n margin-bottom: 5px !important;\n overflow-x: auto;\n}\n\n.navbar-brand {\n padding: 5px;\n margin-right: 0;\n}\n\n.table {\n margin-bottom: 0;\n}\n\n.swh-web-app-link a {\n text-decoration: none;\n outline: none;\n border: none;\n}\n\n.swh-web-app-link:hover {\n background-color: #efeff2;\n}\n\n.table > thead > tr > th {\n border-top: none;\n border-bottom: 1px solid #e20026;\n}\n\n.table > tbody > tr > td {\n border-style: none;\n}\n\n.sitename .first-word,\n.sitename .second-word {\n color: rgba(0, 0, 0, 0.75);\n font-weight: normal;\n font-size: 1.2rem;\n}\n\n.sitename .first-word {\n font-family: 'Alegreya Sans', sans-serif;\n}\n\n.sitename .second-word {\n font-family: 'Alegreya', serif;\n}\n\n.swh-api-doc-route-upcoming > td,\n.swh-api-doc-route-upcoming > td > a {\n font-size: 90%;\n}\n\n.swh-api-doc-route-deprecated > td,\n.swh-api-doc-route-deprecated > td > a {\n color: red;\n}\n\n.swh-api-doc p {\n margin-bottom: 0;\n}\n\n.swh-api-doc dt {\n text-align: right;\n}\n\n.swh-counter {\n font-size: 150%;\n}\n\n.swh-http-error {\n margin: 0 auto;\n text-align: center;\n}\n\n.swh-http-error-head {\n color: #2d353c;\n font-size: 30px;\n}\n\n.swh-http-error-code {\n bottom: 60%;\n color: #2d353c;\n font-size: 96px;\n line-height: 80px;\n margin-bottom: 10px !important;\n}\n\n.swh-http-error-desc {\n font-size: 12px;\n color: #647788;\n text-align: center;\n}\n\n.swh-http-error-desc pre {\n display: inline-block;\n text-align: left;\n max-width: 800px;\n white-space: pre-wrap;\n}\n\n.popover {\n max-width: 100%;\n}\n\n.modal {\n text-align: center;\n padding: 0 !important;\n}\n\n.modal::before {\n content: '';\n display: inline-block;\n height: 100%;\n vertical-align: middle;\n margin-right: -4px;\n}\n\n.modal-dialog {\n display: inline-block;\n text-align: left;\n vertical-align: middle;\n}\n\n.dropdown-submenu {\n position: relative;\n}\n\n.dropdown-submenu .dropdown-menu {\n top: 0;\n left: -100%;\n margin-top: -5px;\n margin-left: -2px;\n}\n\n.dropdown-item:hover,\n.dropdown-item:focus {\n background-color: rgba(0, 0, 0, 0.1);\n}\n\na.dropdown-left::before {\n content: \"\\F0D9\";\n font-family: 'FontAwesome';\n display: block;\n width: 20px;\n height: 20px;\n float: left;\n margin-left: 0;\n}\n\n#swh-navbar-collapse {\n border-top-style: none;\n border-left-style: none;\n border-right-style: none;\n border-bottom: 5px solid;\n -o-border-image: linear-gradient(to right, rgb(226, 0, 38) 0%, rgb(254, 205, 27) 100%) 1 1 1 1;\n border-image: linear-gradient(to right, rgb(226, 0, 38) 0%, rgb(254, 205, 27) 100%) 1 1 1 1;\n width: 100%;\n padding: 5px;\n margin-bottom: 20px;\n margin-top: 30px;\n}\n\n#back-to-top {\n display: initial;\n position: fixed;\n bottom: 30px;\n right: 30px;\n z-index: 10;\n}\n\n#back-to-top a img {\n display: block;\n width: 32px;\n height: 32px;\n background-size: 32px 32px;\n text-indent: -999px;\n overflow: hidden;\n}\n\n.swh-top-bar {\n direction: ltr;\n height: 30px;\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n min-width: 600px;\n z-index: 99999;\n background-color: #262626;\n color: #fff;\n text-align: center;\n font-size: 14px;\n}\n\n.swh-top-bar ul {\n margin-top: 4px;\n margin-left: 28px;\n}\n\n.swh-top-bar li {\n display: inline;\n margin-left: 10px;\n margin-right: 10px;\n}\n\n.swh-top-bar a,\n.swh-top-bar a:visited {\n color: #fecd1b;\n}\n\n.swh-top-bar a.swh-current-site,\n.swh-top-bar a.swh-current-site:visited {\n color: #e20026;\n}\n\n.swh-donate-link {\n border: 1px solid #fecd1b;\n background-color: #e20026;\n color: white !important;\n padding: 3px;\n border-radius: 3px;\n}\n/**\n * Copyright (C) 2018 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.bread-crumbs {\n display: inline-block;\n overflow: hidden;\n color: rgba(0, 0, 0, 0.55);\n}\n\n.bread-crumbs ul {\n list-style-type: none;\n}\n\n.bread-crumbs li {\n float: left;\n list-style-type: none;\n}\n\n.bread-crumbs a {\n color: rgba(0, 0, 0, 0.75);\n border-bottom-style: none;\n}\n\n.bread-crumbs a:hover {\n color: rgba(0, 0, 0, 0.85);\n text-decoration: underline;\n}\n\n"]} \ No newline at end of file diff --git a/swh/web/static/js/browse.da339e9d2ee2e1647793.js b/swh/web/static/js/browse.74e30ccd592bfa734162.js similarity index 99% rename from swh/web/static/js/browse.da339e9d2ee2e1647793.js rename to swh/web/static/js/browse.74e30ccd592bfa734162.js index 1b66914c..0f3d0177 100644 --- a/swh/web/static/js/browse.da339e9d2ee2e1647793.js +++ b/swh/web/static/js/browse.74e30ccd592bfa734162.js @@ -1,2 +1,2 @@ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.browse=e():(t.swh=t.swh||{},t.swh.browse=e())}(window,function(){return function(t){var e={};function s(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,s),o.l=!0,o.exports}return s.m=t,s.c=e,s.d=function(t,e,n){s.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},s.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},s.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return s.d(e,"a",e),e},s.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},s.p="/static/",s(s.s=469)}({207:function(t,e,s){"use strict";s.r(e);s(468),s(466),s(464),s(462);function n(t,e){function s(){$(".swh-releases-switch").removeClass("active"),$(".swh-branches-switch").addClass("active"),$("#swh-tab-releases").removeClass("active"),$("#swh-tab-branches").addClass("active")}function n(){$(".swh-branches-switch").removeClass("active"),$(".swh-releases-switch").addClass("active"),$("#swh-tab-branches").removeClass("active"),$("#swh-tab-releases").addClass("active")}$(document).ready(function(){$(".dropdown-menu a.swh-branches-switch").click(function(t){s(),t.stopPropagation()}),$(".dropdown-menu a.swh-releases-switch").click(function(t){n(),t.stopPropagation()});var o=!1;$("#swh-branches-releases-dd").on("show.bs.dropdown",function(){if(!o){var t=$(".swh-branches-releases").width();$(".swh-branches-releases").width(t+25),o=!0}}),t&&(e?s():n())})}function o(t,e,s){var n=t[e];t[e]=t[s],t[s]=n}var r=s(35),i=void 0,a=15,c=10*a,u=0,d=null,l=!1;function h(){setTimeout(function(){$("#origin-search-results tbody tr").removeAttr("style")})}function f(){$("#origin-search-results tbody tr").remove()}function p(t,e){var s=e%c;if(t.length>0){$("#swh-origin-search-results").show(),$("#swh-no-origins-found").hide(),f();for(var n=$("#origin-search-results tbody"),o=function(e){var s=t[e],o="