Skip to content

Commit

Permalink
camera func
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 26, 2024
1 parent a7892f8 commit 7226893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/inspectionform.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<?php endforeach;
} ?>
</div>
<div class="row pb-3">
<div class="row pb-3 camerafunc">
<div class="col-md-3">
<div class="row">
<div class="col-md-12 py-1">
Expand All @@ -108,7 +108,7 @@
<div class = "col-md-9"><input id="fileupload" type="file" name="fileupload[]" accept="image/png, image/jpeg" multiple/>
<!--<label class="custom-file-label" for="customFile">Επιλογή αρχείου</label> --></div>
<div class = "col-md-3">
<button type="button" class="btn btn-info btn-block" id="upload-button" onclick="uploadFile()"> Αποθήκευση </button></div>
<button type="button" class="btn btn-info btn-lg btn-block" id="upload-button" onclick="uploadFile()"> Αποθήκευση </button></div>
</div>
<?php }
if ($cp['mainsect'] != $mcp)
Expand Down
2 changes: 2 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ body {
opacity: 1;
}

.camerafunc {opacity: 0;}

::file-selector-button{
padding: .5rem 1rem;
font-size: 1.25rem;
Expand Down

0 comments on commit 7226893

Please sign in to comment.