Skip to content
Snippets Groups Projects
Commit 7923ea63 authored by Uma's avatar Uma
Browse files

Merge branch 'login_marketing_section' into '7.4.0'

Fixes clickable link in marketing section

See merge request !792
parents 058dc137 25b6149d
No related branches found
No related tags found
2 merge requests!802Field Mapping ID fix,!793#1533 issue on date formate
......@@ -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