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
596a4d02
Commit
596a4d02
authored
Aug 29, 2017
by
imac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bugfix]JIRA :
NAP-40
&&
NAP-42
--> IE css
parent
e3cd3f6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
main.css
wp-content/themes/nap/assets/css/main.css
+9
-2
product.js
wp-content/themes/nap/assets/js/product.js
+2
-2
No files found.
wp-content/themes/nap/assets/css/main.css
View file @
596a4d02
...
...
@@ -38,6 +38,7 @@
text-decoration
:
none
!important
;
-webkit-padding-start
:
px
!important
;
border
:
0
;
-ms-overflow-style
:
none
;
}
html
{
-ms-text-size-adjust
:
100%
;
...
...
@@ -69,7 +70,10 @@
background
:
transparent
;
/* optional: just make scrollbar invisible */
}
.product-details
.list
{
overflow
:
-moz-scrollbars-none
;}
.product-details
.list
{
overflow
:
-moz-scrollbars-none
;
-ms-overflow-style
:
none
;
}
@keyframes
fadein
{
from
{
...
...
@@ -138,6 +142,9 @@ figure img{
form
{
overflow
:
hidden
;
}
select
::-ms-expand
{
display
:
none
;
}
select
,
input
[
type
=
"text"
],
input
[
type
=
"email"
],
...
...
@@ -1361,7 +1368,7 @@ aside.news-wrapper {
max-width
:
85%
;
}
.pa_format
ul
li
:last-of-type
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
.pa_format
ul
li
label
{
overflow
:
hidden
;
...
...
wp-content/themes/nap/assets/js/product.js
View file @
596a4d02
...
...
@@ -159,14 +159,14 @@ $(function(){
tl
=
new
TimelineMax
()
tl
.
staggerFromTo
(
'.slides-wrapper .gallery article'
,
0.3
,{
opacity
:
0
,
y
:
100
},{
opacity
:
1
,
y
:
0
},
0.1
,
0
);
tl
.
fromTo
(
'.gallery'
,
0.5
,{
opacity
:
0
,
visibility
:
"hidden"
},{
opacity
:
1
,
visibility
:
"visible"
},
0
);
tl
.
fromTo
(
'.nav-slider'
,
0.1
,{
opacity
:
1
},{
opacity
:
0
},
0
);
tl
.
fromTo
(
'.nav-slider
, .nav-slider ul
'
,
0.1
,{
opacity
:
1
},{
opacity
:
0
},
0
);
tl
.
fromTo
(
'#slides'
,
0.5
,{
opacity
:
1
},{
opacity
:
0
},
0
);
$
(
'.slides-wrapper'
).
toggleClass
(
'overflow-auto'
);
$
(
'.product-slides .close-btn'
).
fadeIn
(
'slow'
);
});
$
(
'.product-slides'
).
on
(
'click'
,
'.close-btn,article'
,
function
(){
$
(
'.gallery'
).
fadeTo
(
"slow"
,
0
).
css
(
'visibility'
,
'hidden'
);
$
(
'#slides,.nav-slider'
).
fadeTo
(
"slow"
,
1
);
$
(
'#slides,.nav-slider
, .nav-slider ul
'
).
fadeTo
(
"slow"
,
1
);
$
(
'.slides-wrapper'
).
toggleClass
(
'overflow-auto'
);
$
(
'.product-slides .close-btn'
).
fadeOut
(
'slow'
);
})
...
...
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