Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetaGerMaps
Frontend
Commits
67e0ecaa
Commit
67e0ecaa
authored
8 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
Die mobile Version funktioniert nun korrekt
parent
07544183
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/views/map.blade.php
+3
-3
3 additions, 3 deletions
resources/views/map.blade.php
resources/views/searchResults.blade.php
+2
-0
2 additions, 0 deletions
resources/views/searchResults.blade.php
with
5 additions
and
3 deletions
resources/views/map.blade.php
+
3
−
3
View file @
67e0ecaa
...
...
@@ -14,7 +14,7 @@
<div
class=
"container-fluid"
>
<!-- Brand and toggle get grouped for better mobile display -->
<div
class=
"navbar-header"
>
<button
aria-expanded=
"false"
class=
"navbar-toggle collapsed"
data-target=
"#
bs-example-
navbar-collapse
-1
"
data-toggle=
"collapse"
type=
"button"
>
<button
aria-expanded=
"false"
class=
"navbar-toggle collapsed"
data-target=
"#navbar-collapse"
data-toggle=
"collapse"
type=
"button"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
...
...
@@ -37,7 +37,7 @@
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div
class=
"collapse navbar-collapse"
id=
"
bs-example-
navbar-collapse
-1
"
>
<div
class=
"collapse navbar-collapse"
id=
"navbar-collapse"
>
<form
accept-charset=
"UTF-8"
class=
"navbar-form navbar-right"
id=
"search"
method=
"GET"
>
<div
class=
"form-group"
>
<div
class=
"input-group"
>
...
...
@@ -71,7 +71,7 @@
<div
class=
"hidden"
id=
"closer"
title=
"Ergebnisse einklappen"
>
>
</div>
<div
class=
"col-xs-1
2
col-sm-6 col-md-3 hidden"
data-status=
"in"
id=
"results"
>
<div
class=
"col-xs-1
1
col-sm-6 col-md-3 hidden"
data-status=
"in"
id=
"results"
>
</div>
</main>
<script
src=
"/js/all.js"
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/searchResults.blade.php
+
2
−
0
View file @
67e0ecaa
...
...
@@ -90,5 +90,7 @@ console.log("test");
adjustView
(
searchResults
);
@
endif
// Hide Navbar if expanded
$
(
".collapse"
)
.
collapse
(
"hide"
);
$
(
"#clearInput"
)
.
html
(
'<span class="font-bold">X</span>'
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment