Un peu de style
This commit is contained in:
Binary file not shown.
@@ -3,5 +3,5 @@
|
|||||||
<label for="aircraftName">Aircraft name</label>
|
<label for="aircraftName">Aircraft name</label>
|
||||||
<input id="aircraftName" type="text" formControlName="aircraftName">
|
<input id="aircraftName" type="text" formControlName="aircraftName">
|
||||||
</div>
|
</div>
|
||||||
<button class="button" type="submit">Add</button>
|
<button class="button" type="submit" class="btn btn-primary">Add</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -19,5 +19,5 @@
|
|||||||
<label for="type">DZ or/and tunnel</label>
|
<label for="type">DZ or/and tunnel</label>
|
||||||
<input id="type" type="text" formControlName="type">
|
<input id="type" type="text" formControlName="type">
|
||||||
</div>
|
</div>
|
||||||
<button class="button" type="submit">Add</button>
|
<button class="button" type="submit" class="btn btn-primary">Add</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -28,5 +28,5 @@
|
|||||||
<input id="reserveCanopy" type="text" formControlName="reserveCanopy">
|
<input id="reserveCanopy" type="text" formControlName="reserveCanopy">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="button" type="submit">Add</button>
|
<button class="button" type="submit" class="btn btn-primary">Add</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -3,5 +3,5 @@
|
|||||||
<label for="jumptypeName">Jump type name</label>
|
<label for="jumptypeName">Jump type name</label>
|
||||||
<input id="jumptypeName" type="text" formControlName="jumptypeName">
|
<input id="jumptypeName" type="text" formControlName="jumptypeName">
|
||||||
</div>
|
</div>
|
||||||
<button class="button" type="submit">Add</button>
|
<button class="button" type="submit" class="btn btn-primary">Add</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user