Skip to content
Snippets Groups Projects
Commit ecb183ac authored by Hemanth's avatar Hemanth
Browse files

Merge remote-tracking branch 'upstream/7.4.0' into 7.4.0

parents 5a00e2c5 7923ea63
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@
}
.marketingDiv {
color: #303030;
height: 510px !important;
}
.separatorDiv {
background-color: #7C7C7C;
......@@ -176,6 +177,9 @@
overflow: hidden;
background: transparent;
}
.mCSB_container{
height: inherit;
}
//Animations
@keyframes inputHighlighter {
......@@ -403,7 +407,7 @@
jQuery('.bx-prev, .bx-next, .bx-pager-item').live('click',function(){ slider.startAuto(); });
jQuery('.bx-wrapper .bx-viewport').css('background-color', 'transparent');
jQuery('.bx-wrapper .bxslider li').css('text-align', 'left');
jQuery('.bx-wrapper .bx-pager').css('bottom', '-15px');
jQuery('.bx-wrapper .bx-pager').css('bottom', '-40px');
var params = {
theme : 'dark-thick',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment