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
52c6c536
There was a problem fetching the latest pipeline status.
Commit
52c6c536
authored
7 years ago
by
Thomas Lenz
Browse files
Options
Downloads
Patches
Plain Diff
Style improvement: use css from participant-room & bugfixing
parent
0177e688
1 merge request
!62
Resolve "creator home screen - html template (room)" 2nd try
Pipeline
#13121
passed with stage
in 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/creator-room/creator-room.component.html
+3
-3
3 additions, 3 deletions
src/app/creator-room/creator-room.component.html
src/app/creator-room/creator-room.component.scss
+7
-0
7 additions, 0 deletions
src/app/creator-room/creator-room.component.scss
with
10 additions
and
3 deletions
src/app/creator-room/creator-room.component.html
+
3
−
3
View file @
52c6c536
<div
fxLayout=
"column"
fxLayoutAlign=
"start"
fxLayoutGap=
"20px"
fxFill
>
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
>
<mat-card>
<mat-card
*ngIf=
"room"
>
<mat-card-header>
<mat-card-title><h3
class=
"subheading-2"
>
{{ room.name }}
</h3></mat-card-title>
<mat-card-subtitle>
{{ room.id }}
</mat-card-subtitle>
...
...
@@ -26,10 +25,11 @@
<button
mat-button
color=
"warn"
matTooltip=
"Delete selected room"
>
Delete room
</button>
<button
mat-button
color=
"primary"
matTooltip=
"Go back to last page"
>
<button
mat-button
color=
"primary"
matTooltip=
"Go back to last page"
(click)=
"goBack()"
>
Go back
</button>
</mat-card-actions>
</mat-card>
<div
*ngIf=
"!isLoading && !room"
>
Error
</div>
</div>
</div>
This diff is collapsed.
Click to expand it.
src/app/creator-room/creator-room.component.scss
+
7
−
0
View file @
52c6c536
mat-card
{
max-width
:
800px
;
}
mat-card-content
>
:first-child
{
margin-top
:
16px
;
}
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