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
cf0c5781
Commit
cf0c5781
authored
Oct 17, 2017
by
Aria Givi
Browse files
MetaGer Logo in der Sidebar hinzugefuegt
parent
9516e54a
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
cf0c5781
...
...
@@ -51,17 +51,26 @@
&>ul {
padding-top: 20%;
padding-left: 3%;
padding-right:
1
%;
padding-right:
2
%;
}
& a {
font-size: 1
2
px;
font-size: 1
6
px;
line-height: 20px;
text-decoration: none;
text-indent: 12px;
width: 100%;
&:visited {
color: blue;
color: black;
}
& p {
width: 90%;
text-align: center;
font-size: large;
background-color: rgb(250,128,0);
border-radius: 15px;
color: white;
cursor: default;
margin: 5%
}
}
/*
...
...
resources/views/layouts/sidebar.blade.php
View file @
cf0c5781
...
...
@@ -2,6 +2,7 @@
<label
id=
"closeSidebar"
role=
"button"
for=
"nav0"
></label>
<div
class=
"sideBar"
>
<label
role=
"button"
for=
"nav0"
></label>
<p>
MetaGer
</p>
<ul
id=
"metager-static-nav-list"
class=
"list-inline pull-right"
>
<li
@
if
(
!
isset
($
navbarFocus
)
||
$
navbarFocus =
==
'
suche
')
class=
"active"
@
endif
>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/")
}}"
tabindex=
"200"
id=
"navigationSuche"
><i
class=
"fa fa-search"
aria-hidden=
"true"
></i>
...
...
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