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
6b58ee58
Commit
6b58ee58
authored
Nov 20, 2017
by
Karl Hasselbring
Browse files
Improved: logo der sidebar hat jetzt einen link und ein anderes größenverhältnis
parent
5a159f93
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
6b58ee58
...
...
@@ -33,7 +33,7 @@
&>ul {
padding-top: 20%;
}
&
#metager-static-nav-list>li {
#metager-static-nav-list>li {
width: 100%;
padding-top: 3%;
padding-bottom: 3%;
...
...
@@ -55,7 +55,7 @@
}
}
}
&
.metager-dropdown-menu {
.metager-dropdown-menu {
min-width: 160px;
max-height: 0px;
text-align: left;
...
...
@@ -85,7 +85,7 @@
}
}
}
&
a {
a {
font-size: 16px;
line-height: 20px;
text-decoration: none;
...
...
@@ -97,7 +97,7 @@
color: red;
}
}
&
p {
p {
width: 90%;
text-align: center;
font-weight: bold;
...
...
@@ -105,16 +105,21 @@
font-size: large;
background-color: rgb(255, 128, 0);
border-radius: .25em;
color: white;
a,
a:hover {
color: white;
font-size: 30px;
line-height: 35px;
}
cursor: default;
margin: 5%
}
&
.caret {
.caret {
position: absolute;
left: 90%;
margin-top: 8px;
}
&
input.sideBarCheckbox {
input.sideBarCheckbox {
display: none;
&:checked {
&~.metager-dropdown-menu {
...
...
resources/views/parts/sidebar.blade.php
View file @
6b58ee58
...
...
@@ -2,7 +2,7 @@
<label
id=
"openSidebar"
role=
"button"
for=
"sideBarToggle"
></label>
<div
class=
"sideBar"
>
<label
id=
"closeSidebar"
role=
"button"
for=
"sideBarToggle"
></label>
<p>
MetaGer
</p>
<p>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/")
}}"
>
MetaGer
</a>
</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
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