Skip to content
GitLab
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
e704bd89
Commit
e704bd89
authored
Oct 12, 2018
by
Karl Hasselbring
Browse files
Die Testversion Meldung fällt jetzt auf Mobilgeräten deutlich kleiner und passender aus.C
parent
432844b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/result-page.less
View file @
e704bd89
...
...
@@ -591,19 +591,28 @@ footer.resultPageFooter {
grid-template-areas: "results";
}
.metager3-unstable-warning
-resultpage
{
.metager3-unstable-warning {
text-align: center;
position: fixed;
bottom: 0;
margin-bottom: 0px;
width: 100%;
padding: 15px;
@media (max-width: @screen-xs-max) {
padding: 5px;
}
}
.metager3-unstable-warning {
text-align: center;
position: fixed;
.metager3-unstable-warning-static-pages {
.metager3-unstable-warning;
top: 0;
width: 100%;
padding-right: 60px;
padding-left: 150px;
padding-right: 50px;
@media (max-width: @screen-xs-max) {
padding: 5px;
padding-right: 50px;
}
}
.metager3-unstable-warning-resultpage {
.metager3-unstable-warning;
bottom: 0;
margin-bottom: 0px;
}
\ No newline at end of file
resources/views/layouts/resultPage.blade.php
View file @
e704bd89
...
...
@@ -19,7 +19,7 @@
@include('parts.utility')
</head>
<body
id=
"resultpage-body"
>
@if(Request::getHttpHost() === "metager3.de")
@if(Request::getHttpHost() === "metager3.de"
|| TRUE
)
<div
class=
"alert alert-info metager3-unstable-warning-resultpage"
>
{!! @trans('resultPage.metager3') !!}
</div>
...
...
resources/views/layouts/staticPages.blade.php
View file @
e704bd89
...
...
@@ -29,8 +29,8 @@
@endif
</head>
<body>
@if(Request::getHttpHost() === "metager3.de")
<div
class=
"alert alert-info metager3-unstable-warning"
>
@if(Request::getHttpHost() === "metager3.de"
|| TRUE
)
<div
class=
"alert alert-info metager3-unstable-warning
-static-pages
"
>
{!! @trans('resultPage.metager3') !!}
</div>
@endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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