navbar-header clickable, contact href fixed, highlights focus color fixed

This commit is contained in:
Arvind Tiwari 2017-09-01 02:05:24 +05:30
parent fa538e7747
commit b1baf564db
4 changed files with 14 additions and 5 deletions

View file

@ -972,6 +972,10 @@ tech-sub-sec h2 {
.navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover { .navbar-default .navbar-nav>.open>a:hover {
background: transparent; background: transparent;
}
.navbar-transparent .navbar-nav>.open>a,
.navbar-transparent .navbar-nav>.open>a:focus,
.navbar-transparent .navbar-nav>.open>a:hover {
color: #fff; color: #fff;
} }

View file

@ -27,7 +27,7 @@
<a href="{% url 'datacenterlight:whydatacenterlight' %}">{% trans "Why Data Center Light?" %}</a> <a href="{% url 'datacenterlight:whydatacenterlight' %}">{% trans "Why Data Center Light?" %}</a>
</li> </li>
<li> <li>
<a class="url" href="#contact">{% trans "Contact" %}</a> <a class="url-init" href="{% url 'datacenterlight:whydatacenterlight' %}#contact">{% trans "Contact" %}</a>
</li> </li>
<li> <li>
{% if LANGUAGE_CODE == 'en-us'%} {% if LANGUAGE_CODE == 'en-us'%}

View file

@ -51,6 +51,11 @@ h6 {
box-shadow: 0 3px 3px -2px hsla(0,0%,78%,.72); box-shadow: 0 3px 3px -2px hsla(0,0%,78%,.72);
} }
.navbar-default .navbar-header {
position: relative;
z-index: 1;
}
.navbar-transparent { .navbar-transparent {
background: transparent; background: transparent;
border: none; border: none;

View file

@ -163,8 +163,8 @@
/* margin-left: 0; */ /* margin-left: 0; */
} }
.col-md-12, .col-sm-12{ .col-md-12, .col-sm-12{
padding-left: 5px; /*padding-left: 5px;*/
padding-right: 5px; /*padding-right: 5px;*/
} }
} }
@media (max-width: 360px){ @media (max-width: 360px){
@ -172,8 +172,8 @@
/* width: 100% !important; */ /* width: 100% !important; */
} }
.container { .container {
padding-right: 5px; /*padding-right: 5px;
padding-left: 5px; padding-left: 5px;*/
} }
} }
.dashboard-choice-container { .dashboard-choice-container {