diff --git a/pontoon/administration/templates/admin.html b/pontoon/administration/templates/admin.html index 00023ba0c4..b771f43089 100644 --- a/pontoon/administration/templates/admin.html +++ b/pontoon/administration/templates/admin.html @@ -15,7 +15,7 @@
- +
Add new project diff --git a/pontoon/base/static/css/check-box.css b/pontoon/base/static/css/check-box.css index dc422df264..e2a740c526 100644 --- a/pontoon/base/static/css/check-box.css +++ b/pontoon/base/static/css/check-box.css @@ -34,7 +34,7 @@ color: var(--white-1); } - .fa { + .fas { margin-left: 23px; margin-right: 0; } diff --git a/pontoon/base/static/css/download_selector.css b/pontoon/base/static/css/download_selector.css index c138fe15df..d5912c898e 100644 --- a/pontoon/base/static/css/download_selector.css +++ b/pontoon/base/static/css/download_selector.css @@ -7,7 +7,7 @@ padding-top: 0; } -.download-selector .selector .fa { +.download-selector .selector .fas { float: right; background: var(--button-background-2); border-radius: 3px; @@ -20,11 +20,11 @@ text-align: center; } -.download-selector .selector .fa:hover { +.download-selector .selector .fas:hover { background: var(--button-background-hover-2); } -.download-selector.opened .selector .fa { +.download-selector.opened .selector .fas { background: var(--button-background-hover-2); border-radius: 2px 2px 0 0; } diff --git a/pontoon/base/static/css/heading_info.css b/pontoon/base/static/css/heading_info.css index f565d6824e..dfa549406f 100644 --- a/pontoon/base/static/css/heading_info.css +++ b/pontoon/base/static/css/heading_info.css @@ -130,7 +130,7 @@ ul { color: var(--status-translated); } -#heading .legend li .status.fa { +#heading .legend li .status.fas { left: 0; top: 4px; } @@ -176,17 +176,18 @@ ul { padding-bottom: 21px; } -#heading .non-plottable .unreviewed .status.fa { +#heading .non-plottable .unreviewed .status.fas { left: auto; position: relative; top: -1px; + left: -0.5px; } -#heading .non-plottable .unreviewed .status.fa:before { +#heading .non-plottable .unreviewed .status.fas:before { color: var(--icon-background-2); font-size: 18px; } -#heading .non-plottable .unreviewed.pending .status.fa:before { +#heading .non-plottable .unreviewed.pending .status.fas:before { color: var(--status-unreviewed); } diff --git a/pontoon/base/static/css/style.css b/pontoon/base/static/css/style.css index 807f6f1934..1f29f6aa5a 100755 --- a/pontoon/base/static/css/style.css +++ b/pontoon/base/static/css/style.css @@ -9,35 +9,35 @@ font-size: 0.9em; } -.status.fa { +.status.fas { font-size: 16px; left: 20px; position: absolute; top: 3px; } -.status.fa:before { +.status.fas:before { color: var(--status-missing); content: ''; } -.translated .status.fa:before { +.translated .status.fas:before { color: var(--status-translated); } -.pretranslated .status.fa:before { +.pretranslated .status.fas:before { color: var(--status-pretranslated); } -.warnings .status.fa:before { +.warnings .status.fas:before { color: var(--status-warning); } -.errors .status.fa:before { +.errors .status.fas:before { color: var(--status-error); } -.unreviewed .status.fa:before { +.unreviewed .status.fas:before { color: var(--status-unreviewed); content: ''; } @@ -81,7 +81,7 @@ button { outline: none; } -/* Reset values for Persian (fa) to avoid colision with Font Awesome */ +/* Reset values for Persian (fa) to avoid collision with Font Awesome */ .language.fa { font-family: inherit; font-weight: inherit; @@ -950,7 +950,7 @@ header .right .select .menu { line-height: 22px; } -#profile .menu li i.fa, +#profile .menu li i.fas, #profile .menu li i.fab { margin: 0 8px 0 -2px; } @@ -1077,7 +1077,7 @@ nav .links li { color: var(--white-1); } -.submenu.tabs .links a .fa { +.submenu.tabs .links a .fas { margin-right: 4px; } @@ -1150,17 +1150,17 @@ body > form, user-select: none; } -.check-box .fa { +.check-box .fas { margin-right: 6px; } -.check-box .fa:before { +.check-box .fas:before { color: var(--toggle-color-1); content: ''; font-weight: normal; } -.check-box.enabled .fa:before { +.check-box.enabled .fas:before { color: var(--status-translated); content: ''; font-weight: bold; diff --git a/pontoon/base/static/css/table.css b/pontoon/base/static/css/table.css index 2c1754b5e6..1f13f60cdf 100644 --- a/pontoon/base/static/css/table.css +++ b/pontoon/base/static/css/table.css @@ -76,7 +76,7 @@ table.table.project-list.hidden { .table .unreviewed-status span { position: absolute; font-size: 18px; - margin: -15px 0 0 -5px; + margin: -15px 0 0 -4.5px; } .table .progress { @@ -152,7 +152,7 @@ table.table.project-list.hidden { padding-left: 15px; } -.table td.priority .fa { +.table td.priority .fas { margin-left: -1px; font-size: 12px; } @@ -276,7 +276,7 @@ table.table.project-list.hidden { color: var(--icon-background-1); font-size: 18px; position: absolute; - right: 0; + right: 0.5px; top: -9px; } diff --git a/pontoon/base/static/js/table.js b/pontoon/base/static/js/table.js index 9c64ff2bde..e693da80d8 100644 --- a/pontoon/base/static/js/table.js +++ b/pontoon/base/static/js/table.js @@ -37,7 +37,7 @@ $('body') $element.after( '