]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1470536 - Add new GeckoView product to easy product selector on Browse and Enter...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Sun, 23 Sep 2018 22:18:19 +0000 (18:18 -0400)
committerdklawren <dklawren@users.noreply.github.com>
Sun, 23 Sep 2018 22:18:19 +0000 (18:18 -0400)
extensions/BMO/template/en/default/global/choose-product.html.tmpl
extensions/BMO/web/styles/choose_product.css

index dfa9b5af48bacdb99a44b554cb64f9869e83cb21..163c71f5c68f6bba09b170ef6a2f4a66aac6f7de 100644 (file)
       name="Toolkit"
       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"
       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
index bcca3428ea64cdd8fdba853ec896ebb8178f2833..5fd8c49e7b804baa7ef16a615275a5d4dfd5a22f 100644 (file)
@@ -23,7 +23,7 @@
 #product-list .tile {
   display: flex;
   flex-wrap: wrap;
-  justify-content: flex-start;
+  justify-content: center;
   margin: 0 auto;
 }