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
b9abae7b
Commit
b9abae7b
authored
Oct 23, 2017
by
Aria Givi
Browse files
Fehler behoben
parent
a1c9ba39
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
b9abae7b
...
...
@@ -30,6 +30,7 @@
overflow-y: auto;
transition: 0.5s;
z-index: 999;
background-color: white;
& * {
display: inline-block;
}
...
...
@@ -78,6 +79,8 @@
left: 90%;
margin-top: 8px;
}
}
ul.metager-dropdown-menu {
list-style-type: none;
padding-left: 0;
...
...
@@ -111,11 +114,13 @@ ul.metager-dropdown-menu {
color: @metager-dropdown-menu-li-a-hover-color;
background-color: @metager-dropdown-menu-li-a-hover-background-color;
}
}
label:after {
#navbar-static-pages {
z-index: 4;
width: 100%;
}
label:after {
#navbar-static-pages {
z-index: 4;
width: 100%;
}
}
@keyframes dropdown-animation {
...
...
resources/views/layouts/sidebar.blade.php
View file @
b9abae7b
<input
name=
"nav"
id=
"nav0"
style=
"display: none;"
type=
"checkbox"
>
<label
id=
"closeSidebar"
role=
"button"
for=
"nav0"
></label>
<label
role=
"button"
for=
"nav0"
></label>
<div
class=
"sideBar"
>
<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