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
ba19b883
Commit
ba19b883
authored
Aug 30, 2017
by
imac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bugix]JIRA :
NAP-59
-> Stop close menu when open login popup on desktop
parent
30690bbb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
12 deletions
+18
-12
main.css
wp-content/themes/nap/assets/css/main.css
+14
-11
main.js
wp-content/themes/nap/assets/js/main.js
+4
-1
No files found.
wp-content/themes/nap/assets/css/main.css
View file @
ba19b883
...
...
@@ -1857,19 +1857,19 @@ label.chevron.bottom::first-letter {
-moz-transform
:
rotate
(
-90deg
);
-ms-transform
:
rotate
(
-90deg
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
3
);
left
:
-9px
;
left
:
-9px
;
}
.filter-btn.selected-filter
span
:after
{
content
:
''
;
height
:
5px
;
width
:
5px
;
border-radius
:
50%
;
background
:
#fff
;
display
:
inline-block
;
vertical-align
:
super
;
margin-left
:
8px
;
position
:
absolute
;
top
:
2px
;
content
:
''
;
height
:
5px
;
width
:
5px
;
border-radius
:
50%
;
background
:
#fff
;
display
:
inline-block
;
vertical-align
:
super
;
margin-left
:
8px
;
position
:
absolute
;
top
:
2px
;
}
.filter-btn
span
:before
{
content
:
''
;
...
...
@@ -2452,6 +2452,9 @@ div.wpcf7-mail-sent-ok{
z-index
:
99999999
;
display
:
none
;
background
:
rgba
(
18
,
22
,
45
,
0.5
);
bottom
:
0
;
left
:
0
;
right
:
0
;
}
.popup
{
width
:
365px
;
...
...
wp-content/themes/nap/assets/js/main.js
View file @
ba19b883
...
...
@@ -166,8 +166,11 @@ $.fn.loadPageContent = function(){
});
$
(
document
).
on
(
'click'
,
'.acces li .login, .login-user'
,
function
(
e
){
e
.
stopImmediatePropagation
();
var
windowWidth
=
$
(
window
).
width
();
$
(
'.popup-container'
).
fadeIn
();
$
(
".c-hamburger"
).
trigger
(
"click"
);
if
(
windowWidth
<
860
){
$
(
".c-hamburger"
).
trigger
(
"click"
);
}
// $('#user_login').attr('placeholder', 'Identifiant');
// $('#user_pass').attr('placeholder', 'Mot de passe');
$
(
'.popup-first'
).
removeClass
(
'fadeOutDown '
).
addClass
(
'animated visible-elem pulse'
);
...
...
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