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
fff27b4c
Commit
fff27b4c
authored
Oct 24, 2017
by
Karl Hasselbring
Browse files
Merge branch 'MetaGer-Redesign' into 612
parents
ef7e35bb
d1bfc41b
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
fff27b4c
...
...
@@ -23,9 +23,11 @@
.sideBar {
position: fixed;
display: block;
top: 0px;
right: -260px;
width: 260px;
height: 100%;
padding-top: 70px;
overflow: hidden;
overflow-y: auto;
transition: 0.5s;
...
...
resources/assets/less/metager/start-page.less
View file @
fff27b4c
#searchForm {
select {
font-size: 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: white;
padding-right: 35px;
}
input {
height: 40px;
...
...
@@ -24,6 +29,25 @@
}
}
.focus-selector {
background-color: white;
position: relative;
&:after {
content: "\f078";
font: 15px "FontAwesome", sans-serif;
//text-align: center;
line-height: 30px;
color: #aaa;
background-color: transparent;
right: 8px;
top: 2px;
padding: 2px 2px 2px 5px;
border-left: 1px solid #aaa;
position: absolute;
pointer-events: none;
}
}
.searchform-bonus {
li {
margin: 5px;
...
...
resources/views/index.blade.php
View file @
fff27b4c
...
...
@@ -265,14 +265,14 @@
<
fieldset
>
<
form
id
=
"searchForm"
@
if
(
Request
::
has
(
'request'
)
&&
Request
::
input
(
'request'
)
===
"POST"
)
method
=
"POST"
@
elseif
(
Request
::
has
(
'request'
)
&&
Request
::
input
(
'request'
)
===
"GET"
)
method
=
"GET"
@
else
method
=
"GET"
@
endif
action
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
meta
/
meta
.
ger3
") }}"
accept
-
charset
=
"UTF-8"
>
<
div
class
=
"input-group"
>
<
div
class
=
"input-group-addon"
>
<
select
name
=
"focus"
style
=
"font-family: FontAwesome, sans-serif;"
>
<
option
value
=
"web"
style
=
"font-family: FontAwesome, sans-serif;"
selected
>&
#xf0ac; Websuche</option>
<
option
value
=
"nachrichten"
style
=
"font-family: FontAwesome, sans-serif;"
>&
#xf0a1; Nachrichtensuche</option>
<
option
value
=
"wissenschaft"
style
=
"font-family: FontAwesome, sans-serif;"
>&
#xf15c; Wissenschaftssuche</option>
<
option
value
=
"produktsuche"
style
=
"font-family: FontAwesome, sans-serif;"
>&
#xf07a; Produktsuche</option>
<
option
value
=
"maps"
style
=
"font-family: FontAwesome, sans-serif;"
>&
#xf279; Kartensuche</option>
</
select
>
<
div
class
=
"
focus-selector
input-group-addon"
>
<
select
name
=
"focus"
style
=
"font-family: FontAwesome, sans-serif;"
>
<
option
value
=
"web"
style
=
"font-family: FontAwesome, sans-serif;"
selected
>&
#xf0ac; Websuche</option>
<
option
value
=
"nachrichten"
style
=
"font-family: FontAwesome, sans-serif;"
>&
#xf0a1; Nachrichtensuche</option>
<
option
value
=
"wissenschaft"
style
=
"font-family: FontAwesome, sans-serif;"
>&
#xf15c; Wissenschaftssuche</option>
<
option
value
=
"produktsuche"
style
=
"font-family: FontAwesome, sans-serif;"
>&
#xf07a; Produktsuche</option>
<
option
value
=
"maps"
style
=
"font-family: FontAwesome, sans-serif;"
>&
#xf279; Kartensuche</option>
</
select
>
</
div
>
<
input
type
=
"text"
name
=
"eingabe"
required
=
""
autofocus
=
""
autocomplete
=
"
{
{$autocomplete}
}
"
class
=
"form-control"
placeholder
=
"{{ trans('index.placeholder') }}"
>
<
input
type
=
"hidden"
name
=
"encoding"
value
=
"utf8"
>
...
...
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