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
PMPL
Class Project
Kape
Commits
46b5509b
Commit
46b5509b
authored
Jun 01, 2017
by
Zamil Majdy
Browse files
Appearance tweaks :)
parent
28d696be
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/custom.css
View file @
46b5509b
...
...
@@ -199,7 +199,6 @@ card .formRegis{
position
:
relative
;
/* needed for footer positioning*/
/*height: 100% !important; !* real browsers *!*/
min-height
:
100%
;
/* real browsers */
box-sizing
:
border-box
;
background-color
:
#EEEEEE
;
}
...
...
@@ -218,8 +217,8 @@ card .formRegis{
bottom
:
0
;
left
:
0
;
width
:
100%
;
height
:
25
px
;
padding
:
1%
;
height
:
30
px
;
padding
:
6px
;
}
.footer
h5
{
...
...
assets/js/components/TopMenu.jsx
View file @
46b5509b
...
...
@@ -81,7 +81,7 @@ export default class TopMenu extends React.Component {
<
Menu
.
Item
as
=
{
Link
}
to
=
"/profil"
name
=
"Profil"
active
=
{
activeItem
===
'
Profil
'
}
onClick
=
{
this
.
handleItemClick
}
/>
}
{
this
.
props
.
user
.
data
.
is_staff
&&
<
Menu
.
Item
as
=
{
Link
}
to
=
"/lowongan"
name
=
"Lowongan"
active
=
{
activeItem
===
'
Lowongan
'
}
onClick
=
{
this
.
handleItemClick
}
/>
}
<
Menu
.
Item
>
<
Menu
.
Item
style
=
{
{
padding
:
'
10px 0
'
}
}
>
<
Popup
trigger
=
{
<
Image
src
=
{
(
this
.
props
.
user
.
role
===
'
company
'
?
data
.
logo
:
data
.
photo
)
||
defaultPicture
}
avatar
/>
}
flowing
hoverable
...
...
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