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