Select and upload-submit buttons aligned
This commit is contained in:
parent
107309a84c
commit
5ba02d5d35
1 changed files with 12 additions and 9 deletions
|
|
@ -23,16 +23,19 @@
|
|||
|
||||
= form_tag(upload_image_path, multipart: true)
|
||||
|
||||
input.hidden-inputfile type="file" name="file" id="file" multiple=true
|
||||
label for="file"
|
||||
a.button id="file-select-button"
|
||||
= fa_stacked_icon "image", base: "circle-thin"
|
||||
span id="file-label"
|
||||
' Select screenshot files
|
||||
.row
|
||||
.small-6.columns
|
||||
input.hidden-inputfile type="file" name="file" id="file" multiple=true
|
||||
label for="file"
|
||||
a.button id="file-select-button"
|
||||
= fa_stacked_icon "image", base: "circle-thin"
|
||||
span id="file-label"
|
||||
' Select screenshot files
|
||||
|
||||
button.button type="submit" id="file-submit"
|
||||
= fa_stacked_icon "upload", base: "circle-thin"
|
||||
' Start upload
|
||||
.small-6.columns
|
||||
button.button type="submit" id="file-submit"
|
||||
= fa_stacked_icon "upload", base: "circle-thin"
|
||||
' Start upload
|
||||
|
||||
|
||||
.small-5.columns.bigpanel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue