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
e3f59789
Commit
e3f59789
authored
Sep 19, 2017
by
Aria Givi
Browse files
Anordnung geaendert
parent
d04c1ce0
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/staticPages.blade.php
View file @
e3f59789
...
...
@@ -41,29 +41,36 @@
right
:
-140px
;
top
:
0
;
width
:
200px
;
height
:
100%
;
background
:
#FFFFFF
;
height
:
100%
;
background
-color
:
#FAF0E6
;
overflow
:
hidden
;
overflow-y
:
auto
;
transition
:
0.3s
;
z-index
:
999
;
border-left
:
1px
solid
black
;
}
input
#nav0
:checked
~
.sideBar
{
right
:
0px
;
}
input
#nav0
:checked
~
.sideBar
label
:after
{
content
:
"×"
;
}
input
#nav0
:checked
~
.sideBar
a
{
display
:
block
;
}
.sideBar
label
{
cursor
:
pointer
;
position
:
relative
;
left
:
10px
;
position
:
fixed
;
font-size
:
36px
;
top
:
0%
;
right
:
2%
;
}
.sideBar
label
:after
{
content
:
"≡"
;
}
.sideBar
a
{
...
...
@@ -79,8 +86,9 @@
</style>
<input
name=
"nav"
id=
"nav0"
style=
"display: none;"
type=
"checkbox"
>
<div
class=
"sideBar"
>
<label
for=
"nav0"
><i>
≡
</i></label>
<div
class=
"sideBar"
>
<label
role=
"button"
for=
"nav0"
></label>
<!--<label style="float:left;" for="nav0">≡</label>-->
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/")
}}"
tabindex=
"200"
id=
"navigationSuche"
>
{{ trans('staticPages.nav1') }}
</a><a
class=
"metager-dropdown-toggle"
role=
"button"
aria-expanded=
"false"
tabindex=
"201"
>
{{ trans('staticPages.nav16') }}
<span
class=
"caret"
></span></a>
<ul
class=
"metager-dropdown-menu"
>
...
...
Write
Preview
Supports
Markdown
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