Skip to content
Snippets Groups Projects
Commit 7001f049 authored by Tom Kollmer's avatar Tom Kollmer
Browse files

Changed Position of the translate button

parent 63475246
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,36 @@ export default function ODRLCreator() {
return (
<div className="odrl-page" style={{ margin: "20px" }}>
<Grid item container xs={12} spacing={1}>
<Grid
item
xs={5}
sm={5}
md={5}
container
alignItems="center"
spacing={1}
>
<Input
name={"AppUrl"}
label={""}
placeholder="API URI"
valueHook={[values, setValues]}
error={errors}
xs={11}
sm={11}
md={11}
/>
<IconButton
className="odrl-sendBtn"
color="secondary"
id="Send"
onClick={send}
>
<ForwardToInboxIcon />
</IconButton>
</Grid>
<Grid item xs={4}></Grid>
<Grid item xs={3}>
<Grid container spacing={2}>
<Grid item xs={6}>
......@@ -167,35 +197,6 @@ export default function ODRLCreator() {
</Grid>
</Grid>
</Grid>
<Grid item xs={4}></Grid>
<Grid
item
xs={5}
sm={5}
md={5}
container
alignItems="center"
spacing={1}
>
<Input
name={"AppUrl"}
label={""}
placeholder="Export URI"
valueHook={[values, setValues]}
error={errors}
xs={11}
sm={11}
md={11}
/>
<IconButton
className="odrl-sendBtn"
color="secondary"
id="Send"
onClick={send}
>
<ForwardToInboxIcon />
</IconButton>
</Grid>
</Grid>
<Grid container spacing={1} xs={12}>
<Grid item xs={12} md={6}>
......
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