diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-24 00:18:19 +0200 |
---|---|---|
committer | dklawren <dklawren@users.noreply.github.com> | 2018-09-24 00:18:19 +0200 |
commit | ab743ac5f848e2168110b1d9720c893a89c04e7e (patch) | |
tree | 84982a87c7f221072806f3c76c32c4a49730e01f /extensions/BMO | |
parent | 33b395b5761d143de7c06fc159cdb491a1f1654b (diff) | |
download | bugzilla-ab743ac5f848e2168110b1d9720c893a89c04e7e.tar.gz bugzilla-ab743ac5f848e2168110b1d9720c893a89c04e7e.tar.xz |
Bug 1470536 - Add new GeckoView product to easy product selector on Browse and Enter Bug pages
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/template/en/default/global/choose-product.html.tmpl | 12 | ||||
-rw-r--r-- | extensions/BMO/web/styles/choose_product.css | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/extensions/BMO/template/en/default/global/choose-product.html.tmpl b/extensions/BMO/template/en/default/global/choose-product.html.tmpl index dfa9b5af4..163c71f5c 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -103,10 +103,18 @@ icon="component.png" %] [% INCLUDE easyproduct + name="GeckoView" + icon="firefox_android.png" + %] + [% INCLUDE easyproduct name="Mozilla Localizations" icon="localization.png" %] [% INCLUDE easyproduct + name="Data Platform and Tools" + icon="telemetry.png" + %] + [% INCLUDE easyproduct name="Thunderbird" icon="thunderbird.png" %] @@ -114,10 +122,6 @@ name="SeaMonkey" icon="seamonkey.png" %] - [% INCLUDE easyproduct - name="Data Platform and Tools" - icon="telemetry.png" - %] <section class="product other"> <h3> <a href="[% target FILTER uri %]?full=1 diff --git a/extensions/BMO/web/styles/choose_product.css b/extensions/BMO/web/styles/choose_product.css index bcca3428e..5fd8c49e7 100644 --- a/extensions/BMO/web/styles/choose_product.css +++ b/extensions/BMO/web/styles/choose_product.css @@ -23,7 +23,7 @@ #product-list .tile { display: flex; flex-wrap: wrap; - justify-content: flex-start; + justify-content: center; margin: 0 auto; } |