projects
/
WP-Themes
/
hospitalitymentality.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d30fa7b
)
adjusting the dropdown login modal position
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 19 Apr 2018 20:45:43 +0000
(16:45 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 19 Apr 2018 20:45:43 +0000
(16:45 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
ccf1c88
..
0d1bcd7
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-2609,13
+2609,13
@@
body #content .parallax-section:first-child,body #content .parallax-section:last
width: 250px;
margin: 0 auto;
z-index: 999999;
- right:
2
5px;
+ right:
7
5px;
top: 0;
transform: translateY(-105%);
box-shadow: 2px 4px 10px 3px rgba(46,61,73,.5);
transition: top 800ms ease-in-out;
}
#modal-login.show-login{
- top:
45
0px;
+ top:
50
0px;
position: fixed;
}
\ No newline at end of file