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
0c8c71e8
Commit
0c8c71e8
authored
Oct 26, 2016
by
Karl
Browse files
Logo und Links der Werbeergebnisse werden jetzt wieder korrekt angezeit
parent
622696bb
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
public/css/styleResultPage.css
View file @
0c8c71e8
...
...
@@ -87,11 +87,24 @@ nav .input-group {
header
nav
{
height
:
100%
;
display
:
table
;
}
header
ul
{
height
:
100%
;
vertical-align
:
middle
;
display
:
table-row
;
}
header
li
.pull-left.visible-xs
{
float
:
left
!important
;
width
:
auto
;
}
header
li
.pull-right
{
width
:
100%
!important
;
float
:
none
!important
;
display
:
table-cell
;
}
#research
nav
ul
>
li
{
...
...
@@ -245,6 +258,15 @@ a:hover {
/* Hier der Style für die einzelnen Ergebnisboxen */
p
.link
>
a
{
white-space
:
nowrap
;
max-width
:
50%
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
float
:
left
;
padding-right
:
5px
;
}
.result
{
margin-bottom
:
10px
;
width
:
100%
...
...
@@ -569,4 +591,4 @@ footer a {
.product
img
{
max-width
:
100px
;
}
}
\ No newline at end of file
public/css/styleResultPageMobile.css
View file @
0c8c71e8
...
...
@@ -55,13 +55,15 @@ header nav {
overflow
:
hidden
;
}
/*
.result.ad .link > a {
width: 50%;
max-width: 15ch;
overflow: hidden;
display
:
inline-flex
;
text-overflow: ellipsis;
}
*/
.result
.hoster
{
white-space
:
nowrap
;
...
...
public/css/themes/default.css
View file @
0c8c71e8
This diff is collapsed.
Click to expand it.
resources/views/index.blade.php
View file @
0c8c71e8
@
extends
(
'layouts.
static
Page
s
'
)
@
extends
(
'layouts.
index
Page'
)
@
section
(
'title'
,
$title
)
...
...
resources/views/layouts/indexPage.blade.php
0 → 100644
View file @
0c8c71e8
@
extends
(
'layouts.staticPages'
)
@
section
(
'homeIcon'
)
<
a
class
=
"navbar-brand visible-xs"
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}"
>
<
div
class
=
"logo"
>
<
h1
>
MetaGer
</
h1
>
</
div
>
</
a
>
@
endsection
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