Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fasilkom UI Open Source Software
Kape
Commits
099cb4d7
Commit
099cb4d7
authored
Apr 26, 2017
by
sirinbaisa
Browse files
[#21] [#140652771] CRUD Vacancy Page Company
parent
3dd43778
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/custom.css
View file @
099cb4d7
...
...
@@ -216,7 +216,10 @@ card .formRegis{
padding-bottom
:
5%
;
}
.ui.segment.vacancyList-company
{
margin-left
:
10%
;
margin-right
:
10%
;
}
...
...
assets/js/components/VacancyList.jsx
View file @
099cb4d7
...
...
@@ -95,7 +95,7 @@ export default class VacancyList extends React.Component {
}
render
=
()
=>
(
<
Segment
>
<
Segment
padded
className
=
"vacancyList-company"
>
<
ModalAlert
ref
=
{
(
modal
)
=>
{
this
.
modalAlert
=
modal
;
}
}
/>
<
Grid
container
columns
=
"eleven"
doubling
>
{
this
.
companyHeader
()
}
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment