Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WeVisit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HealthTech
WeVisit
Commits
8c085245
Commit
8c085245
authored
May 29, 2020
by
Georgios Andreadis
Browse files
Options
Downloads
Plain Diff
Merge branch '275-language-button-overflows-on-tablet-screen-size' into 'development'
Resolve "Language button overflows on tablet screen size" Closes
#275
See merge request
!253
parents
8d7f17df
ead61ba5
Branches
Branches containing commit
No related tags found
1 merge request
!253
Resolve "Language button overflows on tablet screen size"
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
src/main/resources/templates/guest-container.html
+6
-5
6 additions, 5 deletions
src/main/resources/templates/guest-container.html
src/main/resources/templates/navigation.html
+2
-2
2 additions, 2 deletions
src/main/resources/templates/navigation.html
with
9 additions
and
7 deletions
CHANGELOG.md
+
1
−
0
View file @
8c085245
...
...
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
-
Correctly sort claimed time slots in admin view
[
@cedricwilleken
](
https://gitlab.ewi.tudelft.nl/cedricwilleken
)
-
Stop language button from overflowing on tablet screen size and landscape phone size
[
@cedricwilleken
](
https://gitlab.ewi.tudelft.nl/cedricwilleken
)
## [1.2.0] - (2020-05-20)
### Added
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/templates/guest-container.html
+
6
−
5
View file @
8c085245
...
...
@@ -6,16 +6,17 @@
<section
class=
"purple-background fill-page-vertically d-flex flex-column"
layout:fragment=
"content"
>
<div
class=
"navbar navbar-expand-lg navbar-light bg-transparent px-1 py-md-3 py-2"
>
<div
class=
"container"
>
<a
class=
"navbar-brand"
href=
"/"
>
<img
src=
"/img/logo.svg"
height=
"60"
class=
"d-inline-block align-middle"
alt=
""
>
<a
class=
"navbar-brand
mr-0
"
href=
"/"
>
<img
src=
"/img/logo.svg"
class=
"d-inline-block align-middle"
alt=
""
>
</a>
<a
class=
"nav-link text-center offset-4 btn btn-logout
mr-1
"
href=
"/logout"
th:text=
"#{login.logout}"
></a>
<a
class=
"nav-link text-center offset-
lg-
4 btn btn-logout"
href=
"/logout"
th:text=
"#{login.logout}"
></a>
<div
th:replace=
"~{language-dropdown}"
></div>
<th:block
th:if=
"${back != null}"
>
<a
th:href=
"${back}"
class=
"btn btn-secondary
ml-1
text-center nav-link"
th:text=
"#{generic.back}"
>
back
</a>
<a
th:href=
"${back}"
class=
"btn btn-secondary text-center nav-link"
th:text=
"#{generic.back}"
>
back
</a>
</th:block>
<div
th:replace=
"~{language-dropdown}"
></div>
</div>
</div>
<div
class=
"container flex-fill d-flex flex-column"
>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/templates/navigation.html
+
2
−
2
View file @
8c085245
...
...
@@ -5,8 +5,8 @@
<header>
<div
class=
"navbar navbar-expand-lg navbar-light bg-transparent px-1 pt-md-3 pb-md-2 py-2"
>
<div
class=
"container"
>
<a
class=
"navbar-brand"
href=
"/"
>
<img
src=
"/img/logo.svg"
height=
"60"
class=
"d-inline-block align-middle"
alt=
""
>
<a
class=
"navbar-brand
mr-0
"
href=
"/"
>
<img
src=
"/img/logo.svg"
class=
"d-inline-block align-middle"
alt=
""
>
</a>
<th:block
sec:authorize=
"isAuthenticated()"
>
...
...
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