Skip to content

Commit f3a14ed

Browse files
committed
made little esthetical changes in display of the form
1 parent 5de2012 commit f3a14ed

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

document-your-data.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,17 @@ <h2><i18n vanilla-i18n="form.title.ds">Informations générales sur le set de do
168168
<label for="license" class="col-sm-3 col-form-label"><i18n vanilla-i18n="form.field.license">Licence</i18n><span class="required">*</span></label>
169169
<div class="col-sm-3">
170170
<select class="form-control" name="license" id="license">
171+
<option value="" default>---</option>
171172
<option value="CC-BY 4.0">CC-BY 4.0</option>
172173
<option value="CC-BY-SA 4.0">CC-BY-SA 4.0</option>
173174
<option value="Etalab OL 2.0">Etalab OL 2.0</option>
174175
<option value="ODbL 1.0">ODbL 1.0</option>
175176
<!-- Ajouter d'autres options !-->
176177
</select>
177178
</div>
178-
<div class="col-sm-1"></div>
179-
<label for="format" class="col-sm-2 col-form-label"><i18n vanilla-i18n="form.field.std">Format des données</i18n><span class="required">*</span></label>
179+
</div>
180+
<div class="form-group row my-2">
181+
<label for="format" class="col-sm-3 col-form-label"><i18n vanilla-i18n="form.field.std">Format des données</i18n><span class="required">*</span></label>
180182
<div class="col-sm-3">
181183
<select name="format" id="format" class="form-control" required>
182184
<option value="" default>---</option>
@@ -192,17 +194,16 @@ <h2><i18n vanilla-i18n="form.title.ds">Informations générales sur le set de do
192194
<div class="col-sm-9">
193195
<div class="form-check">
194196
<input type="checkbox" value="true" name="automatically-aligned" id="flagAutomaticallyAligned" class="flag-checkbox">
195-
<label for="flagAutomaticallyAligned" name="automatically-aligned-label" vanilla-i18n="form.field.flags.automaticallyAligned.label">Contribution d'institution</label>
197+
<label for="flagAutomaticallyAligned" name="automatically-aligned-label" vanilla-i18n="form.field.flags.automaticallyAligned.label">Automatically aligned</label>
196198
</div>
197-
198199
<p><small class="text-muted"><i18n vanilla-i18n="form.field.flags.automaticallyAligned.helper">placeholder</i18n></small></p>
199200
</div>
200201

201202
</div>
202203
<p><small class="text-muted"><i18n vanilla-i18n="form.field.std_info">Les licenses sont ici proposées à titre indicatif.</i18n></small></p>
203204
<div class="form-group row my-2">
204205
<label for="desc" class="col-sm-3 col-form-label"><i18n vanilla-i18n="form.field.software">Name of software(s) used to create the ground truth</i18n><span class="required">*</span></label>
205-
<div class="col-sm-9">
206+
<div class="col-sm-9 mb-2">
206207
<input type="text" name="software" class="form-control" id="software" placeholder="Description" vanilla-i18n-placeholder="form.field.software_placeholder" required="true"/>
207208
</div>
208209
<div class="offset-sm-3 col-sm-9">

0 commit comments

Comments
 (0)