Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DLCM
UI
DLCM-Portal
Commits
e7f55c08
Commit
e7f55c08
authored
Mar 18, 2020
by
Florent POITTEVIN
Browse files
style: contributor infos on a single line
parent
c56e4b82
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/app/features/preservation-space/contributor/components/presentationals/contributor-form/contributor-form.presentational.html
View file @
e7f55c08
<form
[formGroup]=
"form"
class=
"form"
(ngSubmit)=
"onSubmit()"
>
<mat-form-field>
...
...
src/app/features/preservation-space/contributor/components/presentationals/contributor-form/contributor-form.presentational.scss
0 → 100644
View file @
e7f55c08
@import
"../../../../../../shared/components/presentationals/shared-abstract-form/shared-abstract-form.presentational.scss"
;
:host
{
.form
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
justify-content
:
center
;
>
*
{
padding
:
0
10px
;
width
:
30%
;
@include
respond-to-breakpoint
(
'xs'
)
{
width
:
100%
;
}
@include
respond-to-breakpoint
(
'sm'
)
{
width
:
50%
;
}
@include
respond-to-breakpoint
(
'md'
)
{
width
:
30%
;
}
}
}
}
\ No newline at end of file
src/app/features/preservation-space/contributor/components/presentationals/contributor-form/contributor-form.presentational.ts
View file @
e7f55c08
...
...
@@ -13,7 +13,7 @@ import {PropertyName} from "solidify-frontend";
@
Component
({
selector
:
"
dlcm-contributor-form
"
,
templateUrl
:
"
./contributor-form.presentational.html
"
,
styleUrls
:
[
"
.
./../../../../../shared/components/presentationals/shared-abstract-form/shared-abstract
-form.presentational.scss
"
],
styleUrls
:
[
"
.
/contributor
-form.presentational.scss
"
],
changeDetection
:
ChangeDetectionStrategy
.
OnPush
,
})
export
class
ContributorFormPresentational
extends
SharedAbstractFormPresentational
<
Contributor
>
{
...
...
src/app/features/preservation-space/contributor/components/routables/contributor-detail-edit/contributor-detail-edit.routable.scss
View file @
e7f55c08
...
...
@@ -2,6 +2,6 @@
:host
{
.wrapper
{
min-height
:
2
00px
;
min-height
:
1
00px
;
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment