File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff 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
5553div .import > div > input [type = "file" ] {
5654 color : transparent;
55+ padding : 0 ;
5756}
5857
5958div .import > div > input [type = "file" ]::-webkit-file-upload-button {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments