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
02ea5474
Commit
02ea5474
authored
Oct 16, 2017
by
Aria Givi
Browse files
Links sollten Korrekt hervorgehoben werden
parent
d7bf2146
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
02ea5474
...
...
@@ -12,8 +12,8 @@
.sideBar {
position: fixed;
display: block;
right: -2
0
0px;
width: 2
0
0px;
right: -2
6
0px;
width: 2
6
0px;
height: 100%;
background-color: #FFF;
overflow: hidden;
...
...
@@ -21,6 +21,9 @@
transition: 0.5s;
z-index: 999;
border-left: 1px solid LightGray;
& * {
display: inline-block;
}
&>label {
position: absolute;
font-size: 36px;
...
...
@@ -36,26 +39,16 @@
line-height: 20px;
text-decoration: none;
text-indent: 12px;
width: 1
60px
;
width: 1
00%
;
&:visited {
color: blue;
}
}
}
.sideBar *:not(label) {
display: none;
}
input#nav0:checked {
& ~#closeSideBar:after {
content: ""
}
& ~.sideBar {
right: 0px;
& * {
display: inline-block;
}
}
}
...
...
resources/assets/less/metager/static-pages.less
View file @
02ea5474
...
...
@@ -194,6 +194,7 @@ ul.metager-dropdown-menu {
}
#metager-static-nav-list>li {
width: 100%;
padding-top: 10%;
}
...
...
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