diff --git a/backend/web/assets/.gitignore b/backend/web/assets/.gitignore deleted file mode 100755 index d6b7ef3..0000000 --- a/backend/web/assets/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/frontend/views/category/view.php b/frontend/views/category/view.php index 5fab149..8edd05d 100755 --- a/frontend/views/category/view.php +++ b/frontend/views/category/view.php @@ -101,6 +101,10 @@ _________________________________________________________ --> $brands = $filterHelper->getBrands($model); if (!empty($brands)) { ?> + + + +

diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 8e652f1..def49d2 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -393,7 +393,7 @@ _________________________________________________________ --> */ ?> -
+
text; ?> diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index f8d8cb1..382023e 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -4053,13 +4053,13 @@ hr { } .dropdown-menu .dropdown-submenu { - position: static; + position: relative; } .dropdown-menu .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; - min-height: 200px; + /*min-height: 200px;*/ margin-left: -4px; border-radius: 0 3px 3px 3px; } @@ -4529,4 +4529,13 @@ a.list-group-item.active > .badge, .inline-block.lang-link { font-size: 18px; padding-right: 20px; +} +.reset-filters{ + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 50px; + padding-right: 20px; + outline: none; + margin-bottom: 20px; } \ No newline at end of file -- libgit2 0.21.4