Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
8fe8ab89
Commit
8fe8ab89
authored
Jan 08, 2018
by
Karl Hasselbring
Browse files
Produkte sind an neues Design angepasst
parent
a6b83949
Changes
3
Hide whitespace changes
Inline
Side-by-side
public/js/searchbar.js
View file @
8fe8ab89
$
(
function
()
{
loadLocalStorage
();
setSearchbarActionListeners
();
...
...
@@ -401,7 +400,7 @@ function openOptionsDialog () {
}
function
closeOptionsDialog
()
{
$
(
'
#toggleOptBtn
'
).
html
(
'
<i class="fa fa-
sliders
" aria-hidden="true"></i>
'
);
$
(
'
#toggleOptBtn
'
).
html
(
'
<i class="fa fa-
chevron-down
" aria-hidden="true"></i>
'
);
$
(
'
#toggleOptBtn
'
).
attr
(
'
data-mode
'
,
'
o
'
);
$
(
'
.search-option-frame
'
).
addClass
(
'
hide
'
);
}
...
...
resources/assets/less/metager/product.less
View file @
8fe8ab89
/* Produktergebnisse */
.product {
.products {
display: flex;
flex-direction: column;
text-align: center;
border: 1px dotted @product-border-color;
padding: 5px;
max-width: 150px;
height: 210px;
.lSSlideOuter {
margin-top: 5px;
border: 1px dotted @product-border-color;
}
a {
color: @product-a-color;
}
...
...
resources/views/layouts/products.blade.php
View file @
8fe8ab89
<div
class=
"result product"
>
<div
class=
"result product
s
"
>
<h2
class=
"result-title"
>
<span
id=
"mark"
>
@lang('
produktanzeigen')
</span>
@lang('results.
produktanzeigen')
</h2>
<ul
id=
"products"
class=
"lightSlider"
>
@foreach($products as $product)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment