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