Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
NAP-wordpress
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marwa Sfari
NAP-wordpress
Commits
c385cc33
Commit
c385cc33
authored
Aug 25, 2017
by
imac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bugfix]JIRA :
NAP-27
-> catalogue page : css filter bar
parent
e8622eb2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
main.css
wp-content/themes/nap/assets/css/main.css
+2
-1
responsive.css
wp-content/themes/nap/assets/css/responsive.css
+4
-1
main.js
wp-content/themes/nap/assets/js/main.js
+4
-2
No files found.
wp-content/themes/nap/assets/css/main.css
View file @
c385cc33
...
...
@@ -2034,7 +2034,7 @@ label.chevron.bottom::first-letter {
.right-container
.right-panel
{
position
:
absolute
;
right
:
0
;
padding
:
0px
15px
;
padding
:
0px
1
0px
0px
1
5px
;
padding-bottom
:
100px
;
}
.panel
section
>
h2
{
...
...
@@ -2050,6 +2050,7 @@ label.chevron.bottom::first-letter {
cursor
:
pointer
;
margin-bottom
:
12px
;
position
:
relative
;
margin-right
:
5px
;
}
.product-list
article
.article-bg
{
opacity
:
0.1
;
...
...
wp-content/themes/nap/assets/css/responsive.css
View file @
c385cc33
...
...
@@ -459,6 +459,9 @@
#catalogue
.right-container
.right-panel
{
padding
:
0px
;
}
#catalogue
.right-container
.right-panel
.panel-content
{
padding-bottom
:
55px
;
}
.filter-btn
.btn-container
{
left
:
0px
;
position
:
fixed
;
...
...
@@ -730,7 +733,7 @@
}
.product-list
figure
{
max-width
:
146px
;
height
:
154px
;
height
:
154px
!important
;
}
.product-list
figure
img
{
height
:
154px
;
...
...
wp-content/themes/nap/assets/js/main.js
View file @
c385cc33
...
...
@@ -401,8 +401,10 @@ $.fn.appendMobileMenu = function(){
$
(
'.right-panel'
).
outerWidth
(
windowWidth
-
(
navMenuWidth
+
filterWidth
));
$
(
'.contact-form'
).
height
(
windowHeight
-
footerHeight
);
$
(
'.contact-form .inner-form'
).
outerHeight
(
windowHeight
-
footerContact
);
if
(
lastSectionHeight
<
windowHeight
-
footerHeight
)
$
(
'#catalogue .panel-content section'
).
last
().
height
(
2
*
windowHeight
/
3
-
footerHeight
);
if
(
lastSectionHeight
<
windowHeight
-
footerHeight
){
var
lastSection
=
$
(
'#catalogue .panel-content section'
).
last
();
lastSection
.
height
(
2
*
windowHeight
/
3
+
lastSection
.
find
(
'h2'
)
-
footerHeight
);
}
if
(
windowWidth
>
860
){
$
(
'#fullpage .chevron'
).
css
(
'left'
,
navMenuWidth
);
$
(
'.container-bg'
).
css
({
'height'
:
'100%'
,
'width'
:
navMenuWidth
});
...
...
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