diff --git a/assets/css/custom.css b/assets/css/custom.css index 0052f84e7fb555468008855aee0e64070bc2c785..bdf4b33b8ee6c2590c90ee846c0aeea86aa32eb8 100755 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -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: 25px; - padding: 1%; + height: 30px; + padding: 6px; } .footer h5{ diff --git a/assets/js/components/TopMenu.jsx b/assets/js/components/TopMenu.jsx index d9868114c3512ad9a3dda165c1ba44e4cf44a7fd..b3c5b3c84fbc88e9cd290fa9f6669b4c35afdf85 100644 --- a/assets/js/components/TopMenu.jsx +++ b/assets/js/components/TopMenu.jsx @@ -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