Skip to content

Commit 37ff20d

Browse files
committed
added encoding to example pages
1 parent e332d2c commit 37ff20d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

examples/app/styles/main.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ div.import>div>div.label {
3434
font-size: 14px;
3535
}
3636

37-
div.import>div>input {
38-
display: inline-block;
39-
margin: 5px 5px;
37+
div.import > div {
38+
margin: 15px 0px;
4039
}
4140

42-
43-
div.import > div> span {
41+
div.import > div > span {
4442
color: white;
4543
}
4644

@@ -54,6 +52,7 @@ div.import > div> span > input[type="text"] {
5452

5553
div.import>div>input[type="file"] {
5654
color: transparent;
55+
padding: 0;
5756
}
5857

5958
div.import>div>input[type="file"]::-webkit-file-upload-button {

examples/app/views/main.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
</div>
1616
</div>
1717

18-
<div class="block row">
19-
<div class="title"><h4>See the results</h4></div>
18+
<div class="block row" ng-if="csv.result">
2019
<div class="content" hljs source="toPrettyJSON(csv.result, 2)"></div>
2120
</div>
2221

0 commit comments

Comments
 (0)