Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
4ba535c3
Commit
4ba535c3
authored
Sep 14, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix prerequire css
parent
74aebfe1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
task.component.html
src/app/pieces/tasks/task/task.component.html
+2
-2
task.component.scss
src/app/pieces/tasks/task/task.component.scss
+3
-6
No files found.
src/app/pieces/tasks/task/task.component.html
View file @
4ba535c3
...
...
@@ -103,7 +103,7 @@
<div
class=
"piece-prerequires-ressources-element"
*
ngIf=
"ressource.name"
>
<div
class=
"piece-prerequires-ressources-element-checkbox"
>
<input
name=
"ressource"
type=
"checkbox"
(
change
)="
checkboxChangedRessource
($
event
,
ressource
)"
[
checked
]="
isCheckedRessource
(
ressource
)"
/>
<label
for=
"ressource"
>
{{ressource.name}}
</label>
<label
for=
"ressource"
[
title
]="
ressource
.
name
"
>
{{ressource.name}}
</label>
</div>
<div
class=
"piece-prerequires-ressources-element-quantity"
*
ngIf=
"isCheckedRessource(ressource)"
>
<select
name=
"ressource"
[(
ngModel
)]="
getAssociatePrerequireRessource
(
ressource
).
operator
"
>
...
...
@@ -121,7 +121,7 @@
<div
class=
"piece-prerequires-ressources-element"
*
ngIf=
"ressource.name"
>
<div
class=
"piece-prerequires-ressources-element-checkbox"
>
<input
name=
"ressource"
type=
"checkbox"
(
change
)="
checkboxChangedRessource
($
event
,
ressource
)"
[
checked
]="
isCheckedRessource
(
ressource
)"
/>
<label
for=
"ressource"
>
{{ressource.name}}
</label>
<label
for=
"ressource"
[
title
]="
ressource
.
name
"
>
{{ressource.name}}
</label>
</div>
<div
class=
"piece-prerequires-ressources-element-quantity"
*
ngIf=
"isCheckedRessource(ressource)"
>
<select
name=
"ressource"
[(
ngModel
)]="
getAssociatePrerequireRessource
(
ressource
).
operator
"
>
...
...
src/app/pieces/tasks/task/task.component.scss
View file @
4ba535c3
...
...
@@ -140,7 +140,8 @@
&
-form
{
display
:
flex
;
flex-direction
:
column
;
overflow
:
scroll
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
}
&
-prerequires
{
...
...
@@ -150,7 +151,6 @@
transform
:
translateY
(
-50%
);
width
:
50%
;
height
:
90%
;
border-bottom-left-radius
:
10px
;
display
:
flex
;
flex-direction
:
column
;
}
...
...
@@ -162,8 +162,6 @@
position
:
relative
;
top
:
50%
;
transform
:
translateY
(
-50%
);
width
:
50%
;
height
:
90%
;
border-bottom-left-radius
:
10px
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -171,7 +169,6 @@
&
-element
{
display
:
flex
;
flex-direction
:
row
;
width
:
100%
;
margin-top
:
5px
;
&
-checkbox
{
...
...
@@ -186,7 +183,7 @@
position
:
relative
;
width
:
50%
;
display
:
flex
;
padding-right
:
5
px
;
margin-right
:
10
px
;
justify-content
:
flex-end
;
input
{
...
...
Write
Preview
Markdown
is supported
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