Skip to content
Snippets Groups Projects
Commit 05457942 authored by Aria Givi's avatar Aria Givi
Browse files

sidebar korrigiert

parent c99d9588
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -94,6 +94,7 @@
color: red;
}
}
p {
width: 90%;
text-align: center;
......@@ -102,15 +103,12 @@
font-size: large;
background-color: rgb(255, 128, 0);
border-radius: .25em;
a,
a:hover {
color: white;
font-size: 30px;
line-height: 35px;
}
cursor: default;
margin: 5%
margin: 5%;
color: white;
font-size: 30px;
line-height: 35px;
}
.caret {
position: absolute;
left: 90%;
......
......@@ -2,9 +2,9 @@
<label id="openSidebar" role="button" for="sideBarToggle"></label>
<div class="sideBar">
<label id="closeSidebar" role="button" for="sideBarToggle"></label>
<p>
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}">MetaGer</a>
</p>
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}">
<p>MetaGer</p>
</a>
<ul id="metager-static-nav-list" class="list-inline pull-right">
<li @if ( !isset($navbarFocus) || $navbarFocus === 'suche') class="active" @endif >
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}" tabindex="200" id="navigationSuche">
......
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