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
2e81f7a0
There was an error fetching the commit references. Please try again later.
Commit
2e81f7a0
authored
6 years ago
by
Lukas Mauß
Browse files
Options
Downloads
Patches
Plain Diff
Change order of types of contents
parent
969f2b89
1 merge request
!133
Resolve "Refine theme and styling of components"
Pipeline
#22526
passed with stages
in 3 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/creator/content-create-page/content-create-page.component.html
+5
-5
5 additions, 5 deletions
...or/content-create-page/content-create-page.component.html
with
5 additions
and
5 deletions
src/app/components/creator/content-create-page/content-create-page.component.html
+
5
−
5
View file @
2e81f7a0
<div
fxLayout=
"column"
fxLayoutAlign=
"start"
fxLayoutGap=
"20px"
fxFill
>
<div
fxLayout=
"column"
fxLayoutAlign=
"start"
fxLayoutGap=
"20px"
fxFill
>
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
>
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
>
<mat-tab-group>
<mat-tab-group>
<mat-tab
label=
"Text"
>
<div
class=
"tab-container"
>
<app-content-creator
[format]=
"'text'"
[contentGroups]=
"contentGroups"
></app-content-creator>
</div>
</mat-tab>
<mat-tab
label=
"Single / Multiple Choice"
>
<mat-tab
label=
"Single / Multiple Choice"
>
<div
class=
"tab-container"
>
<div
class=
"tab-container"
>
<app-content-creator
[format]=
"'choice'"
[contentGroups]=
"contentGroups"
></app-content-creator>
<app-content-creator
[format]=
"'choice'"
[contentGroups]=
"contentGroups"
></app-content-creator>
...
@@ -21,6 +16,11 @@
...
@@ -21,6 +16,11 @@
<app-content-creator
[format]=
"'yesno'"
[contentGroups]=
"contentGroups"
></app-content-creator>
<app-content-creator
[format]=
"'yesno'"
[contentGroups]=
"contentGroups"
></app-content-creator>
</div>
</div>
</mat-tab>
</mat-tab>
<mat-tab
label=
"Text"
>
<div
class=
"tab-container"
>
<app-content-creator
[format]=
"'text'"
[contentGroups]=
"contentGroups"
></app-content-creator>
</div>
</mat-tab>
</mat-tab-group>
</mat-tab-group>
</div>
</div>
</div>
</div>
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