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
ea5d0442
Commit
ea5d0442
authored
Nov 23, 2016
by
Phil Höfer
Browse files
navbar zurechtgebogen
parent
6cf0633c
Changes
4
Hide whitespace changes
Inline
Side-by-side
public/css/themes/default.css
View file @
ea5d0442
...
...
@@ -7267,9 +7267,19 @@ body > div {
list-style-type
:
none
;
padding-left
:
49px
;
}
.navbar-resultpage
.container
{
padding
:
0px
;
margin
:
0px
;
}
.navbar-resultpage
.logo
{
padding-top
:
0px
;
}
.navbar-resultpage
.input-group
{
margin
:
0px
5px
;
}
.dense-col
{
padding
:
0px
;
}
/* Logo */
.logo
{
height
:
35px
;
...
...
public/css/themes/default.css.map
View file @
ea5d0442
This source diff could not be displayed because it is too large. You can
view the blob
instead.
resources/assets/less/metager/result-page.less
View file @
ea5d0442
...
...
@@ -54,14 +54,22 @@ border-radius: 0;
padding-left: 49px;
}
.navbar-resultpage div {
// padding: 0px;
// margin: 0px;
.navbar-resultpage .container {
padding: 0px;
margin: 0px;
}
.navbar-resultpage .logo {
padding-top: 0px;
}
.navbar-resultpage .input-group {
margin: 0px 5px;
}
.dense-col {
padding: 0px
}
/* Logo */
.logo {
...
...
resources/views/layouts/researchandtabs.blade.php
View file @
ea5d0442
...
...
@@ -13,10 +13,10 @@
<
nav
class
=
"navbar navbar-default navbar-fixed-top navbar-resultpage"
>
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"col-xs-3 logo"
>
<
div
class
=
"col-xs-3 logo
dense-col
"
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}"
><
h1
>
M
<
span
class
=
"hidden-xs"
>
eta
</
span
>
G
<
span
class
=
"hidden-xs"
>
er
</
span
></
h1
></
a
>
</
div
>
<
div
class
=
"col-xs-9"
>
<
div
class
=
"col-xs-9
dense-col
"
>
<
form
method
=
"{{ Request::method() }}"
accept
-
charset
=
"UTF-8"
class
=
"form"
id
=
"submitForm"
>
<
div
class
=
"input-group"
>
<
input
autocomplete
=
"off"
class
=
"form-control"
form
=
"submitForm"
id
=
"eingabeTop"
name
=
"eingabe"
placeholder
=
"Suchbegriffe erweitern/verändern, oder völlig neue Suche:"
tabindex
=
"1"
type
=
"text"
value
=
"{{
$eingabe
}}"
required
/>
...
...
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