Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
2c8def57
There was an error fetching the commit references. Please try again later.
Commit
2c8def57
authored
7 years ago
by
Lukas Mauß
Browse files
Options
Downloads
Patches
Plain Diff
Adjust error-message-font-size
parent
31076b80
1 merge request
!70
Resolve "Adjust join room when room is not existing"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/join-room/join-room.component.html
+2
-2
2 additions, 2 deletions
src/app/join-room/join-room.component.html
src/app/join-room/join-room.component.scss
+3
-0
3 additions, 0 deletions
src/app/join-room/join-room.component.scss
with
5 additions
and
2 deletions
src/app/join-room/join-room.component.html
+
2
−
2
View file @
2c8def57
...
...
@@ -7,6 +7,6 @@
<mat-icon>
send
</mat-icon>
</button>
</div>
<mat-error
*ngIf=
"!isExisting"
>
No room was found with this id.
</mat-error>
<mat-error
*ngIf=
"noInput"
>
Please enter a room-id.
</mat-error>
<mat-error
*ngIf=
"!isExisting"
class=
"errorForm"
>
No room was found with this id.
</mat-error>
<mat-error
*ngIf=
"noInput"
class=
"errorForm"
>
Please enter a room-id.
</mat-error>
</form>
This diff is collapsed.
Click to expand it.
src/app/join-room/join-room.component.scss
+
3
−
0
View file @
2c8def57
.errorForm
{
font-size
:
80%
;
}
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment