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
2f773a13
Commit
2f773a13
authored
May 24, 2017
by
sirinbaisa
Browse files
membenarkan css
parent
6c5a3e96
Changes
3
Hide whitespace changes
Inline
Side-by-side
assets/css/custom.css
View file @
2f773a13
...
...
@@ -36,7 +36,8 @@ padding-right:15%;
background
:
#fff
;
border
:
1px
solid
#e5e5e5
;
border-radius
:
3px
;
margin
:
80px
100px
30px
;
margin
:
3%
7%
30px
;
margin-top
:
1%
;
}
.tabs__labels
{
margin
:
0
;
...
...
@@ -256,4 +257,16 @@ card .formRegis{
text-align
:
right
;
background-color
:
#304D8A
;
color
:
white
;
}
.dropdown-applicant
{
margin-left
:
7%
;
margin-top
:
2%
;
margin-bottom
:
0
;
}
.button-administrasi
{
margin-left
:
7%
;
margin-top
:
2%
;
margin-bottom
:
0
;
}
\ No newline at end of file
assets/js/ApplicantPage.jsx
View file @
2f773a13
...
...
@@ -62,8 +62,8 @@ export default class ApplicantPage extends React.Component {
render
()
{
const
company
=
this
.
props
.
user
.
data
.
company
;
return
(
<
Grid
>
<
div
>
<
div
>
<
div
className
=
"dropdown-applicant"
>
<
Dropdown
placeholder
=
"Semua Lowongan"
search
selection
options
=
{
this
.
state
.
urls
}
onChange
=
{
this
.
handleChange
}
/>
</
div
>
<
Tabs
selected
=
{
0
}
>
...
...
@@ -117,7 +117,7 @@ export default class ApplicantPage extends React.Component {
}
/>
</
Tabs
>
</
Grid
>
</
div
>
);
}
}
assets/js/CompanyPage.jsx
View file @
2f773a13
...
...
@@ -16,7 +16,7 @@ export default class CompanyPage extends React.Component {
render
()
{
return
(
<
div
>
<
div
style
=
{
{
p
ad
d
in
gLeft
:
'
10px
'
}
}
>
<
div
className
=
"button-
ad
m
in
istrasi"
>
<
Button
onClick
=
{
this
.
handleClick
}
icon
=
"dashboard"
labelPosition
=
"left"
color
=
"facebook"
content
=
"Buka Menu Administrasi"
/>
</
div
>
<
Tabs
selected
=
{
0
}
>
...
...
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