Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
54
Issues
54
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
70727999
Commit
70727999
authored
Oct 04, 2017
by
Karl Hasselbring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stil weiter angepasst
parent
cca408ea
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
30 deletions
+22
-30
resources/assets/less/metager/result-page.less
resources/assets/less/metager/result-page.less
+18
-24
resources/lang/de/ad.php
resources/lang/de/ad.php
+1
-0
resources/lang/en/ad.php
resources/lang/en/ad.php
+0
-1
resources/lang/es/ad.php
resources/lang/es/ad.php
+0
-1
resources/views/layouts/ad.blade.php
resources/views/layouts/ad.blade.php
+1
-1
resources/views/layouts/researchandtabs.blade.php
resources/views/layouts/researchandtabs.blade.php
+2
-3
No files found.
resources/assets/less/metager/result-page.less
View file @
70727999
...
...
@@ -35,7 +35,7 @@
@lsprev-or-lsnext-i-background-color: @result-page-color-black;
body {
background-image: inherit;
background-color:
@body-background-color
;
background-color:
white
;
}
footer {
...
...
@@ -296,13 +296,9 @@ a {
}
.result {
margin-top: 30px;
margin-top: 10px;
margin-bottom: 30px;
width: 100%;
&>.number {
font-size: 15px;
line-height: 1;
text-align: right;
}
&>.resultInformation {
border-radius: 5px;
padding-left: 0px;
...
...
@@ -321,7 +317,7 @@ a {
.title {
color: @result-title-color;
text-decoration: none;
font-size: 1
4
px;
font-size: 1
8
px;
font-weight: bold;
margin-bottom: 0;
white-space: nowrap;
...
...
@@ -331,7 +327,7 @@ a {
text-overflow: ellipsis;
}
.link {
font-size: 1
3
px;
font-size: 1
6
px;
margin: 0;
line-height: 1.5;
&>div {
...
...
@@ -362,7 +358,7 @@ a {
.description {
margin-bottom: 3px;
color: @result-description-color;
font-size: 1
4
px;
font-size: 1
6
px;
line-height: 1.3;
clear: both;
.date {
...
...
@@ -384,7 +380,12 @@ a {
}
}
&.ad {
margin-left: 30px;
.ad-label {
border: green solid 1px;
padding: 1px;
color: green;
border-radius: 4px;
}
.description {
max-width: 115ch;
overflow: hidden;
...
...
@@ -479,15 +480,6 @@ a {
}
}
#quicktips iframe {
width: 100%;
height: 800px;
background-color: transparent;
border: 0px none transparent;
padding: 0px;
overflow: hidden;
}
.js-only {
display: none;
}
...
...
@@ -626,7 +618,6 @@ a {
}
}
/*
* <div id="quicktips">
* <div class="quicktip" type="TYPE">
...
...
@@ -657,21 +648,24 @@ a {
}
.quicktip-summary {
h1 {
font-size: 1
6
px;
font-size: 1
8
px;
font-weight: bold;
}
p {
font-size: 16px;
}
}
.quicktip-detail {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
h2 {
margin: 10px 0px;
font-size: 1
4
px;
font-size: 1
6
px;
font-weight: bold;
}
p {
display: none;
font-size: 1
2
px;
font-size: 1
4
px;
}
}
.gefVon {
...
...
resources/lang/de/ad.php
View file @
70727999
<?php
return
[
'werbung'
=>
'Werbung'
,
'von'
=>
'Werbung von'
,
];
resources/lang/en/ad.php
View file @
70727999
<?php
return
[
'von'
=>
'Advertisement by'
,
];
resources/lang/es/ad.php
View file @
70727999
<?php
return
[
"von"
=>
"Reclamo de:"
];
\ No newline at end of file
resources/views/layouts/ad.blade.php
View file @
70727999
...
...
@@ -11,7 +11,7 @@
{{
$ad
->
anzeigeLink
}}
</
a
>
<
span
class
=
"hoster"
>
{
!!
trans
(
'ad.von'
)
!!
}
{
!!
$ad
->
gefVon
!!
}
<
span
class
=
"ad-label"
>
{
!!
trans
(
'ad.werbung'
)
!!
}
</
span
>
{
!!
trans
(
'ad.von'
)
!!
}
{
!!
$ad
->
gefVon
!!
}
</
span
>
</
p
>
<
p
class
=
"description"
>
...
...
resources/views/layouts/researchandtabs.blade.php
View file @
70727999
...
...
@@ -17,12 +17,11 @@
<
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 dense-col"
>
<
form
method
=
"{{ Request::method() }}"
accept
-
charset
=
"UTF-8"
class
=
"form"
id
=
"submitForm"
>
<
form
method
=
"{{ Request::method() }}"
accept
-
charset
=
"UTF-8"
class
=
"form
search-bar-input
"
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
/>
<
div
class
=
"input-group-addon"
>
<
button
type
=
'submit'
form
=
"submitForm"
id
=
'search'
><
i
class
=
"fa fa-search"
aria
-
hidden
=
"true"
></
i
>
</
button
>
<
button
type
=
'submit'
form
=
"submitForm"
id
=
'search'
><
i
class
=
"fa fa-search"
aria
-
hidden
=
"true"
></
i
></
button
>
</
div
>
</
div
>
@
foreach
(
$metager
->
request
->
all
()
as
$key
=>
$value
)
...
...
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