Skip to content
GitLab
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
b24a34ef
Commit
b24a34ef
authored
Mar 28, 2017
by
Dominik Hebeler
Browse files
Die Navigationsleiste auf der Ergebnisseite hat jetzt die richtige Größe
parent
e5b1d560
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
public/build/css/themes/default-
0ec60d81ba
.css
→
public/build/css/themes/default-
96c67ed5cb
.css
View file @
b24a34ef
...
...
@@ -6793,7 +6793,6 @@ By ID
}
nav
.navbar-resultpage
{
position
:
absolute
;
width
:
100%
;
}
nav
.navbar-resultpage
>
ul
>
li
{
padding-left
:
0
;
...
...
@@ -6801,6 +6800,7 @@ nav.navbar-resultpage > ul > li {
}
#navbar-static-pages
{
z-index
:
4
;
width
:
100%
;
}
nav
.navbar-resultpage
>
ul
>
li
>
a
:not
(
.metager-navbar-toggle
)
{
display
:
block
;
...
...
public/build/css/themes/default.css.map
View file @
b24a34ef
This diff is collapsed.
Click to expand it.
public/build/rev-manifest.json
View file @
b24a34ef
{
"css/themes/default.css"
:
"css/themes/default-
0ec60d81ba
.css"
,
"css/themes/default.css"
:
"css/themes/default-
96c67ed5cb
.css"
,
"js/all.js"
:
"js/all-70e38f5f5e.js"
,
"js/quicktips.js"
:
"js/quicktips-34d41bc58a.js"
}
\ No newline at end of file
public/css/themes/default.css
View file @
b24a34ef
...
...
@@ -6793,7 +6793,6 @@ By ID
}
nav
.navbar-resultpage
{
position
:
absolute
;
width
:
100%
;
}
nav
.navbar-resultpage
>
ul
>
li
{
padding-left
:
0
;
...
...
@@ -6801,6 +6800,7 @@ nav.navbar-resultpage > ul > li {
}
#navbar-static-pages
{
z-index
:
4
;
width
:
100%
;
}
nav
.navbar-resultpage
>
ul
>
li
>
a
:not
(
.metager-navbar-toggle
)
{
display
:
block
;
...
...
public/css/themes/default.css.map
View file @
b24a34ef
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/static-pages.less
View file @
b24a34ef
...
...
@@ -67,7 +67,6 @@ By ID
nav.navbar-resultpage {
position: absolute;
width: 100%;
}
nav.navbar-resultpage > ul > li {
...
...
@@ -77,6 +76,7 @@ nav.navbar-resultpage > ul > li {
#navbar-static-pages{
z-index: 4;
width: 100%;
}
nav.navbar-resultpage > ul > li > a:not(.metager-navbar-toggle) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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