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
HCI-Development
HCI Theme
Commits
31d6fec5
Commit
31d6fec5
authored
Apr 23, 2021
by
Dieu Hoa Nguyen
Browse files
updated design
parent
c601ca83
Changes
1
Hide whitespace changes
Inline
Side-by-side
_js/entry.jsx
View file @
31d6fec5
...
...
@@ -493,6 +493,7 @@ if (element !== null) {
type
=
"checkbox"
style
=
{
{
transform
:
"
scale(1.2)
"
,
margin
:
"
2px
"
}
}
id
=
{
focusOnly
.
id
}
name
=
{
focusOnly
.
id
}
...
...
@@ -513,6 +514,7 @@ if (element !== null) {
type
=
"checkbox"
style
=
{
{
transform
:
"
scale(1.2)
"
,
margin
:
"
2px
"
}
}
id
=
{
levelOnly
.
id
}
name
=
{
levelOnly
.
id
}
...
...
@@ -533,6 +535,7 @@ if (element !== null) {
type
=
"checkbox"
style
=
{
{
transform
:
"
scale(1.2)
"
,
margin
:
"
2px
"
}
}
id
=
{
typeOnly
.
id
}
name
=
{
typeOnly
.
id
}
...
...
@@ -550,19 +553,19 @@ if (element !== null) {
return
(
<
div
className
=
"column-layout"
>
<
div
class
=
"block"
>
<
h
2
class
=
"topicfilterheading"
>
Focus
</
h
2
>
<
h
3
class
=
"topicfilterheading"
>
Focus
</
h
3
>
<
div
class
=
"block"
>
{
this
.
renderFocusList
()
}
</
div
>
</
div
>
<
div
class
=
"block"
>
<
h
2
class
=
"topicfilterheading"
>
Level
</
h
2
>
<
h
3
class
=
"topicfilterheading"
>
Level
</
h
3
>
<
div
class
=
"block"
>
{
this
.
renderLevelList
()
}
</
div
>
</
div
>
<
div
class
=
"block"
>
<
h
2
class
=
"topicfilterheading"
>
Type
</
h
2
>
<
h
3
class
=
"topicfilterheading"
>
Type
</
h
3
>
<
div
class
=
"block"
>
{
this
.
renderTypeList
()
}
</
div
>
...
...
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