Skip to content
Snippets Groups Projects
Commit 20f887ce authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Design resolver field for mobile

parent fbad4c55
No related branches found
No related tags found
2 merge requests!113Develop,!109Resolve "[cone-search] Ajout de l'option name resolver"
......@@ -3,7 +3,7 @@
<label for="resolver">Resolve RA and DEC with Sesame Name Resolver</label>
<input #n id="resolver" type="text" class="form-control" [formControl]="field" autocomplete="off">
</div>
<div class="col-auto pt-4">
<div class="col-auto pt-5 pt-lg-4">
<button *ngIf="!resolverWip" id="btn-search" class="btn btn-outline-secondary mt-2" [disabled]="field.disabled" (click)="resolveName.emit(n.value)">
<span class="fas fa-search"></span>
</button>
......@@ -13,3 +13,4 @@
</button>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment