diff --git a/.gitignore b/.gitignore index 3c90e6a30..0b4594d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ src/resources/_gen src/public/ src/i18n/* node_modules/ +.DS_Store diff --git a/src/assets/css/decred-v5.css b/src/assets/css/decred-v5.css index d6a0e0d04..3ddabdc19 100644 --- a/src/assets/css/decred-v5.css +++ b/src/assets/css/decred-v5.css @@ -927,6 +927,33 @@ body { flex: 0 0 auto; } +.footer-inline { + padding-top: 23px!important; + padding-right: 7px; + padding-left: 21px; + display: inline-block!important; +} + +.footer-inline-el { + margin-bottom: -5px !important; + padding-top: 20px!important; + padding-right: 0px; + padding-left: 67px; + display: inline-block!important; +} + +#explorer-links { + margin-top: 26px; +} + +.footer-margin-left { + margin-left: -14px; +} + +.footer-margin-bottom { + margin-bottom: -3px; +} + .margin65 { margin-bottom: 65px; } @@ -7265,4 +7292,21 @@ p.get-into__link { .subpage-description { margin-top: 63%; } + +@media (min-width: 842px) { + #explorer-links { + text-align: center; + } +} + +@media (max-width: 991px) { + .footer-inline-el { + padding-left: 0px; + } +} + +@media (min-width: 993px) { + .footer-inline-el { + padding-left: 60px; + } } diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index e385599ed..ce1a28fe0 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -5,7 +5,9 @@
{{ T "nav_brand_resources" }} @@ -26,6 +28,9 @@
52k {{ T "general_total" }}
{{ T "general_downloads" }}
+
@@ -37,5 +42,3 @@
- - diff --git a/transifex_catalogs/en.json b/transifex_catalogs/en.json index c6ab63d29..3efed32ec 100644 --- a/transifex_catalogs/en.json +++ b/transifex_catalogs/en.json @@ -10,6 +10,9 @@ "description": "Decred is an autonomous digital currency. With a hybrid consensus system, it is built to be a decentralized, sustainable, and self-ruling currency where stakeholders make the rules.", "general_copyright": "Decred Developers", "nav_brand_resources": "Brand Resources", + "nav_bounty": "bounty", + "nav_dcrdata": "Block Explorer", + "nav_time": "timestamp", "nav_in_the_press": "Decred in the Press", "nav_become_contributor": "Become a Contributor", "nav_tech_overview": "Technical Overview",