Merge branch 'master' into task/3553
This commit is contained in:
		
				commit
				
					
						bb061c67d0
					
				
			
		
					 4 changed files with 98 additions and 66 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
1.0.22: 2017-07-28
 | 
			
		||||
1.0.22: 2017-07-30
 | 
			
		||||
    * #3593: [datacenterlight] Removed underbars between social icons in index
 | 
			
		||||
    * #3509: [datacenterlight, hosting] Made navbar transparent and removed mobile navbar bug in login/signup/reset-password
 | 
			
		||||
    * #3592: [datacenterlight] Changed “Order Now” button text to “Continue/weiter” 
 | 
			
		||||
| 
						 | 
				
			
			@ -8,6 +8,8 @@
 | 
			
		|||
    * #3604: [datacenterlight, hosting] Font colour change for better visibility in signup/login/password request footer links
 | 
			
		||||
             [all] Introduced ENABLE_DEBUG_LOGGING
 | 
			
		||||
    * #3542: [datacenterlight, hosting] Fixed warning messages and deprecated url
 | 
			
		||||
    * #3603: [datacenterlight] Removed navbar language option dropdown
 | 
			
		||||
    * #3629: [datacenterlight] Fixed navbar language switching bug
 | 
			
		||||
1.0.21: 2017-07-21
 | 
			
		||||
    * #3591: [datacenterlight, payment] Fixed card holder name to appear on Confirm Order page
 | 
			
		||||
    * #3558: [datacenterlight] Changed font family and background color for header 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -156,6 +156,14 @@ h6 {
 | 
			
		|||
    background-color: transparent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.navbar-transparent .navbar-nav>li>.on-hover-border {
 | 
			
		||||
	transition: all 0.3s linear;
 | 
			
		||||
	box-shadow: none;
 | 
			
		||||
}
 | 
			
		||||
.navbar-transparent .navbar-nav>li>.on-hover-border:hover {
 | 
			
		||||
	box-shadow: 0 0 0 1px #eee;
 | 
			
		||||
	border-radius: 5px;
 | 
			
		||||
}
 | 
			
		||||
.navbar-default .btn-link {
 | 
			
		||||
    box-shadow: none;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -196,28 +204,46 @@ h6 {
 | 
			
		|||
    margin-right: 5px;
 | 
			
		||||
    font-family: 'Lato', sans-serif;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nav-language .drop-language{
 | 
			
		||||
    position: absolute;
 | 
			
		||||
    /*position: absolute;*/
 | 
			
		||||
    top: 45px;
 | 
			
		||||
    left: -8px;
 | 
			
		||||
    background: #fff;
 | 
			
		||||
    left: auto !important;
 | 
			
		||||
    /*     background: #fff; */
 | 
			
		||||
    width: 100px;
 | 
			
		||||
    min-width: 100px;
 | 
			
		||||
    height: 40px;
 | 
			
		||||
    padding: 9px 10px;
 | 
			
		||||
    -webkit-box-shadow: -8px 13px 31px -8px rgba(77,77,77,1);
 | 
			
		||||
    -moz-box-shadow: -8px 13px 31px -8px rgba(77,77,77,1);
 | 
			
		||||
    box-shadow: -8px 13px 31px -8px rgba(77,77,77,1);
 | 
			
		||||
    display: none;
 | 
			
		||||
    /*display: none;*/
 | 
			
		||||
    z-index: 100;
 | 
			
		||||
    /* margin-left: 10px; */
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    border-radius: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nav-language .open .drop-language{
 | 
			
		||||
	width: 100px;
 | 
			
		||||
	min-width: 100px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nav-language .drop-language a{
 | 
			
		||||
   cursor: pointer;
 | 
			
		||||
    font-family: 'Lato', sans-serif;
 | 
			
		||||
   padding: 5px 10px !important;
 | 
			
		||||
   font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Show the dropdown menu on hover */
 | 
			
		||||
@media (min-width: 769px) {
 | 
			
		||||
	.nav-language .dropdown:hover .dropdown-menu {
 | 
			
		||||
		display: block;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 767px){
 | 
			
		||||
	.nav-language .open .dropdown-menu>li>a {
 | 
			
		||||
    	line-height: 1.42857143;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.navbar-transparent .nav-language .drop-language{
 | 
			
		||||
| 
						 | 
				
			
			@ -227,13 +253,12 @@ h6 {
 | 
			
		|||
 | 
			
		||||
.navbar-transparent .nav-language .drop-language a {
 | 
			
		||||
    color: #fff;
 | 
			
		||||
    padding: 5px 10px !important;
 | 
			
		||||
    font-family: 'Lato-Light', sans-serif;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nav-language:hover .drop-language {
 | 
			
		||||
/* .nav-language:hover .drop-language{
 | 
			
		||||
    display: block;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
} */
 | 
			
		||||
.intro-header {
 | 
			
		||||
    height: 100vh;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
| 
						 | 
				
			
			@ -1193,7 +1218,7 @@ tech-sub-sec h2 {
 | 
			
		|||
        color: #777;
 | 
			
		||||
    }
 | 
			
		||||
    .nav-language:hover{
 | 
			
		||||
        height: 80px;
 | 
			
		||||
        /*height: 80px;*/
 | 
			
		||||
    }
 | 
			
		||||
    .navbar-transparent .nav-language .select-language {
 | 
			
		||||
        color: #777;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -91,16 +91,12 @@
 | 
			
		|||
            var href = $(this).attr('data-url');
 | 
			
		||||
            $('.navbar-collapse').removeClass('in');
 | 
			
		||||
            $('.navbar-collapse').addClass('collapsing');
 | 
			
		||||
            var url = window.location.pathname;
 | 
			
		||||
            var urlSplit = url.split('/');
 | 
			
		||||
            if (urlSplit.length === 3 && urlSplit[2] === 'datacenterlight') {
 | 
			
		||||
            if ($(href).length) {
 | 
			
		||||
                $('html, body').animate({
 | 
			
		||||
                    scrollTop: $(href).offset().top
 | 
			
		||||
                }, 1000);
 | 
			
		||||
            } else {
 | 
			
		||||
                var allUrl = window.location.href;
 | 
			
		||||
                var redirect = allUrl.split('whydatacenterlight')
 | 
			
		||||
                window.location.href = '/en-us/datacenterlight' + href;
 | 
			
		||||
                window.location.href = '/datacenterlight' + href;
 | 
			
		||||
            }
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,4 @@
 | 
			
		|||
{% load staticfiles i18n%}
 | 
			
		||||
{% get_current_language as LANGUAGE_CODE %}
 | 
			
		||||
{% load custom_tags %}
 | 
			
		||||
{% load staticfiles i18n%} {% get_current_language as LANGUAGE_CODE %} {% load custom_tags %}
 | 
			
		||||
<nav class="navbar navbar-default navbar-fixed-top topnav">
 | 
			
		||||
  <div class="topnav">
 | 
			
		||||
            <!-- Brand and toggle get grouped for better mobile display -->
 | 
			
		||||
| 
						 | 
				
			
			@ -33,14 +31,25 @@
 | 
			
		|||
            </ul>
 | 
			
		||||
          </li>
 | 
			
		||||
    			<li>
 | 
			
		||||
				<a href="{% url 'datacenterlight:index' %}/whydatacenterlight" >{% trans "Why Data Center Light?" %}</a>
 | 
			
		||||
    				<a href="{% url 'datacenterlight:whydatacenterlight' %}" >{% trans "Why Data Center Light?" %}</a>
 | 
			
		||||
    			</li>
 | 
			
		||||
    			<li>
 | 
			
		||||
    				<a class="url" href="{% url 'datacenterlight:index' %}#contact" data-url="#contact"  >{% trans "Contact" %}</a>
 | 
			
		||||
    			</li>
 | 
			
		||||
  			{% endif %}
 | 
			
		||||
 | 
			
		||||
        <li>
 | 
			
		||||
          {% if LANGUAGE_CODE == 'en-us'%}
 | 
			
		||||
            <a class="on-hover-border" href="{% change_lang 'de' %}">Deutsch  <i class="fa fa-globe" aria-hidden="true"></i></a>
 | 
			
		||||
          {% else %}
 | 
			
		||||
            <a class="on-hover-border" href="{% change_lang 'en-us' %}">English  <i class="fa fa-globe" aria-hidden="true"></i></a>
 | 
			
		||||
          {% endif %}
 | 
			
		||||
        </li>
 | 
			
		||||
        {% comment %}
 | 
			
		||||
        <!-- to be used when more than one option for language -->
 | 
			
		||||
        <li class="nav-language">
 | 
			
		||||
				<div class="select-language">
 | 
			
		||||
          <div class="dropdown">
 | 
			
		||||
            <div class="dropdown-toggle select-language" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
 | 
			
		||||
              {% if LANGUAGE_CODE == 'en-us'%}
 | 
			
		||||
                <span>English</span>
 | 
			
		||||
              {% else %}
 | 
			
		||||
| 
						 | 
				
			
			@ -48,18 +57,18 @@
 | 
			
		|||
              {% endif %}
 | 
			
		||||
              <i class="fa fa-globe" aria-hidden="true"></i>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
				<div class="drop-language">
 | 
			
		||||
            <ul class="dropdown-menu drop-language dropdown-menu-right">
 | 
			
		||||
              {% if LANGUAGE_CODE == 'en-us'%}
 | 
			
		||||
				<a href="{% change_lang 'de' %}">Deutsch</a>
 | 
			
		||||
                <li><a class="url" href="{% change_lang 'de' %}">Deutsch</a></li>
 | 
			
		||||
              {% else %}
 | 
			
		||||
				<a href="{% change_lang 'en-us' %}" >English</a>
 | 
			
		||||
                <li><a class="url" href="{% change_lang 'en-us' %}">English</a></li>
 | 
			
		||||
              {% endif %}
 | 
			
		||||
				</div>
 | 
			
		||||
 | 
			
		||||
			</li>
 | 
			
		||||
            </ul>
 | 
			
		||||
  </div><!-- /.navbar-collapse -->
 | 
			
		||||
          </div>
 | 
			
		||||
        </li>
 | 
			
		||||
        {% endcomment %}
 | 
			
		||||
      </ul>
 | 
			
		||||
    </div>
 | 
			
		||||
    <!-- /.navbar-collapse -->
 | 
			
		||||
  </div>
 | 
			
		||||
</nav>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue