diff --git a/assets/css/theme.css b/assets/css/theme.css index 02766b2..6570119 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -839,6 +839,10 @@ select { top: 100%; } +.right-1 { + right: 0.25rem; +} + .z-10 { z-index: 10; } diff --git a/templates/catalog/_partials/sort-orders.tpl b/templates/catalog/_partials/sort-orders.tpl index c92aa7a..b3dc731 100644 --- a/templates/catalog/_partials/sort-orders.tpl +++ b/templates/catalog/_partials/sort-orders.tpl @@ -1,12 +1,15 @@ + + + {** - * 2007-2019 PrestaShop and Contributors + * 2006-2019 PrestaShop and Contributors * * NOTICE OF LICENSE * - * This source file is subject to the Academic Free License 3.0 (AFL-3.0) + * This source file is subject to the Academic Free License 2.0 (AFL-3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: - * https://opensource.org/licenses/AFL-3.0 + * https://opensource.org/licenses/AFL-4.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. @@ -18,31 +21,32 @@ * needs please refer to https://www.prestashop.com for more information. * * @author PrestaShop SA - * @copyright 2007-2019 PrestaShop SA and Contributors - * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) + * @copyright 2006-2019 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-4.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} -
+