From bed04458d875bc22db233534ef311a27d3999d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Wed, 13 Jan 2021 17:02:19 +0300 Subject: [PATCH] Apps page bar refactoring --- public/css/custom.css | 20 +++++++++++++++ .../views/partials/modules/bar.blade.php | 25 ++++++++++--------- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index 11c464f53..68c61605f 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1442,3 +1442,23 @@ table .align-items-center td span.badge { .item-columns-edit .btn-aka-link { color: #8688ad; } + +.apps-store-bar .el-input__inner { + padding-left: 20px !important; + border: 0 !important; +} + +.apps-store-bar .searh-field { + border: 0 !important; +} + +.apps-store-bar .vr { + border-left: 2px solid rgba(0, 0, 0, 0.05); + height: 50px; + position: absolute; + left: 16.8%; +} + +.apps-store-bar .searh-field .btn.btn-link.clear { + display: none !important; +} diff --git a/resources/views/partials/modules/bar.blade.php b/resources/views/partials/modules/bar.blade.php index 40e9ddc72..c5846a9df 100644 --- a/resources/views/partials/modules/bar.blade.php +++ b/resources/views/partials/modules/bar.blade.php @@ -1,30 +1,31 @@ -
+
-
+
-
+
{{ Form::hidden('category_page', url("apps/categories"), ['id' => 'category_page']) }} - +
+
+
+ {!! Form::open(['route' => 'apps.search', 'role' => 'form', 'method' => 'GET', 'class' => 'm-0']) !!} + + {!! Form::close() !!} +
+ -
- {!! Form::open(['route' => 'apps.search', 'role' => 'form', 'method' => 'GET', 'class' => 'm-0']) !!} - - - {!! Form::close() !!} -