You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: tests/data/test-file-upload-ui.bin
+3-3
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@
85
85
<!-- The file upload form used as target for the file upload widget -->
86
86
<div id="model-test-fileupload" data-upload-template-id="template-upload" data-download-template-id="template-download"> <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
87
87
<div class="row fileupload-buttonbar">
88
-
<div class="col-lg-7">
88
+
<div class="col-lg-12">
89
89
<!-- The fileinput-button span is used to style the file input field as button -->
90
90
<span class="btn btn-success fileinput-button">
91
91
<i class="glyphicon glyphicon-plus"></i>
@@ -209,7 +209,7 @@
209
209
<!-- The file upload form used as target for the file upload widget -->
210
210
<div id="w2-fileupload" data-upload-template-id="template-upload" data-download-template-id="template-download"> <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
211
211
<div class="row fileupload-buttonbar">
212
-
<div class="col-lg-7">
212
+
<div class="col-lg-12">
213
213
<!-- The fileinput-button span is used to style the file input field as button -->
214
214
<span class="btn btn-success fileinput-button">
215
215
<i class="glyphicon glyphicon-plus"></i>
@@ -333,7 +333,7 @@
333
333
<!-- The file upload form used as target for the file upload widget -->
334
334
<div id="custom-id-fileupload" data-upload-template-id="template-upload" data-download-template-id="template-download"> <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
335
335
<div class="row fileupload-buttonbar">
336
-
<div class="col-lg-7">
336
+
<div class="col-lg-12">
337
337
<!-- The fileinput-button span is used to style the file input field as button -->
0 commit comments