Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
4a955c75
Commit
4a955c75
authored
Nov 07, 2017
by
Aria Givi
Browse files
checkbox id umbenannt
parent
e9625e47
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
4a955c75
...
...
@@ -153,6 +153,12 @@
}
input#sideBarToggle:checked {
& ~.sideBar {
right: 0px;
}
}
label#openSidebar {
z-index: 998;
font-size: 36px;
...
...
@@ -182,10 +188,4 @@ label#openSidebar {
position: inherit;
width: 100%;
}
}
input#nav0:checked {
& ~.sideBar {
right: 0px;
}
}
\ No newline at end of file
resources/views/layouts/sidebar.blade.php
View file @
4a955c75
<input
id=
"
nav0
"
style=
"display: none;"
type=
"checkbox"
>
<label
id=
"openSidebar"
role=
"button"
for=
"
nav0
"
></label>
<input
id=
"
sideBarToggle
"
style=
"display: none;"
type=
"checkbox"
>
<label
id=
"openSidebar"
role=
"button"
for=
"
sideBarToggle
"
></label>
<div
class=
"sideBar"
>
<label
id=
"closeSidebar"
role=
"button"
for=
"
nav0
"
></label>
<label
id=
"closeSidebar"
role=
"button"
for=
"
sideBarToggle
"
></label>
<p>
MetaGer
</p>
<ul
id=
"metager-static-nav-list"
class=
"list-inline pull-right"
>
<li
@
if
(
!
isset
($
navbarFocus
)
||
$
navbarFocus =
==
'
suche
')
class=
"active"
@
endif
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment