Skip to content
Snippets Groups Projects
Commit dbd57a44 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Fixed space between links and language links in masthead navbar

parent aa784f2c
Branches
Tags
1 merge request!50Upgraded to CKAN 2.10
...@@ -55,14 +55,17 @@ ...@@ -55,14 +55,17 @@
} */ } */
.language-switch { .language-switch {
float: right !important;
background-color: #f2f2f2; background-color: #f2f2f2;
padding: 6px 10px; padding: 6px 10px;
margin-left: 20px !important; margin-left: 0px !important;
height: 55px; height: 55px;
/* dirty fix to make it the same height as schleswig-holstein.de */ /* dirty fix to make it the same height as schleswig-holstein.de */
} }
.language-switch.sign-language {
margin-left: auto !important;
}
.language-switch ul { .language-switch ul {
margin: 0; margin: 0;
padding-left: 0; padding-left: 0;
...@@ -178,6 +181,7 @@ ...@@ -178,6 +181,7 @@
.navbar.masthead .navigation { .navbar.masthead .navigation {
margin-right: 0px; margin-right: 0px;
padding: 0;
} }
.navbar .nav { .navbar .nav {
......
...@@ -97,10 +97,10 @@ ...@@ -97,10 +97,10 @@
</a> </a>
</li> </li>
{% endif %} {% endif %}
<li class="language-switch"> <li class="language-switch sign-language">
<a href="/gebaerdensprache" aria-label="{{ _('Sign language') }}" title="{{ _('Sign language') }}" class="navGebaerdensprache"></a> <a href="/gebaerdensprache" aria-label="{{ _('Sign language') }}" title="{{ _('Sign language') }}" class="navGebaerdensprache"></a>
</li> </li>
<li class="language-switch"> <li class="language-switch simple-language">
<a href="/leichtesprache" aria-label="{{ _('Simple language') }}" title="{{ _('Simple language') }}" class="navLeichteSprache"></a> <a href="/leichtesprache" aria-label="{{ _('Simple language') }}" title="{{ _('Simple language') }}" class="navLeichteSprache"></a>
</li> </li>
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment