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

Eingetragene Daten sind nun fett

parent 31bd8c85
Branches
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -52,12 +52,6 @@ label {
footer {
display: none !important;
}
.sideBar {
display: none !important;
}
#openSidebar {
display: none !important;
}
hr {
display: none !important;
}
......@@ -66,6 +60,7 @@ label {
}
input[type="text"],
input[type="email"] {
font-weight: bold;
margin: 0px !important;
padding: 0px !important;
height: initial !important;
......
<input id="sideBarToggle" style="display: none;" type="checkbox">
<label id="openSidebar" role="button" for="sideBarToggle"></label>
<div class="sideBar">
<label id="openSidebar noprint" role="button" for="sideBarToggle"></label>
<div class="sideBar noprint">
<label id="closeSidebar" role="button" for="sideBarToggle"></label>
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}">
<p>MetaGer</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment