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
56fd2244
Commit
56fd2244
authored
Nov 10, 2016
by
Phil Höfer
Browse files
navbar styling
parent
40c239f8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
public/css/themes/default.css
View file @
56fd2244
...
...
@@ -7322,7 +7322,7 @@ nav .input-group {
.content-wrapper
{
width
:
80%
;
margin
:
0
auto
;
padding-top
:
48
px
;
padding-top
:
52
px
;
/* padding: 10px; */
background-color
:
white
;
box-shadow
:
1px
1px
3px
1px
rgba
(
0
,
0
,
0
,
0.3
);
...
...
@@ -7674,7 +7674,7 @@ footer a {
box-shadow
:
1px
1px
5px
1px
rgba
(
0
,
0
,
0
,
0.2
);
}
.navbar.navbar-resultpage
{
border-bottom
:
3
px
solid
#ff8000
;
border-bottom
:
2
px
solid
#ff8000
;
box-shadow
:
none
;
}
.lSPrev
>
span
,
...
...
public/css/themes/default.css.map
View file @
56fd2244
This diff is collapsed.
Click to expand it.
resources/assets/less/default.less
View file @
56fd2244
...
...
@@ -41,7 +41,7 @@
}
.navbar.navbar-resultpage {
border-bottom:
3
px solid rgb(255, 128, 0);
border-bottom:
2
px solid rgb(255, 128, 0);
box-shadow: none;
}
...
...
resources/assets/less/metager/result-page.less
View file @
56fd2244
...
...
@@ -145,7 +145,7 @@ nav .input-group {
.content-wrapper {
width: 80%;
margin: 0 auto;
padding-top:
48
px;
padding-top:
52
px;
/* padding: 10px; */
background-color: white;
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
...
...
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