Skip to content

Commit 770facd

Browse files
Edited styling of buttons
Signed-off-by: Natalia Luzuriaga <[email protected]>
1 parent 30b289b commit 770facd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

css/styles.css

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
body {
22
margin: 20px;
3+
}
4+
5+
textarea {
6+
margin-bottom: 10px;
37
}

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@
5353
<div id="form-header"></div>
5454
<div id="formio"></div>
5555
<div id="output">
56-
<label for="json-result">Your JSON Metadata ( <a href="#" onclick="copyToClipboard(event)"> Copy</a> | <a href="#" onclick="downloadFile(event)">Download</a> ) </label>
57-
<textarea class="form-control" rows="20" id="json-result" readonly></textarea>
56+
<label for="json-result">Your JSON Metadata </label>
57+
<textarea class="form-control" rows="10" id="json-result" readonly></textarea>
58+
<button type="button" class="btn btn-outline" href="#" onclick="copyToClipboard(event)">Copy</button>
59+
<button type="button" class="btn btn-outline" href="#" onclick="downloadFile(event)">Download</button>
5860
</div>
5961
</body>
6062
</html>

0 commit comments

Comments
 (0)