Skip to content
Snippets Groups Projects
Commit 5c454857 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

responsive applications page

parent e6481dc4
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ class Applications extends Component { ...@@ -14,7 +14,7 @@ class Applications extends Component {
return this.props.profiles.map((profile) => return this.props.profiles.map((profile) =>
{ return ( { return (
<Table.Row> <Table.Row>
<Table.Cell> <Table.Cell textAlign='center'>
<Link to={`applicant/${profile.id}`}> <Link to={`applicant/${profile.id}`}>
{profile.full_name} {profile.full_name}
</Link> </Link>
...@@ -47,7 +47,7 @@ class Applications extends Component { ...@@ -47,7 +47,7 @@ class Applications extends Component {
<Label color='red'>Nem jelentkezett</Label> <Label color='red'>Nem jelentkezett</Label>
</Table.Cell> </Table.Cell>
} }
<Table.Cell> <Table.Cell textAlign='center'>
<ConfirmModal <ConfirmModal
button = {<Button button = {<Button
color='blue' color='blue'
...@@ -67,12 +67,9 @@ class Applications extends Component { ...@@ -67,12 +67,9 @@ class Applications extends Component {
render() { render() {
return ( return (
<Container <Container
textAlign='center' textAlign='center' style={{paddingTop: '1em', paddingBottom: '3em'}}
style={{
padding: '80px'
}}
> >
<Table color='blue' celled selectable compact> <Table color='blue' unstackable celled selectable compact>
<Table.Header> <Table.Header>
<Table.Row> <Table.Row>
<Table.HeaderCell>Jelentkezettek</Table.HeaderCell> <Table.HeaderCell>Jelentkezettek</Table.HeaderCell>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment