Select bootstrap for convertRomanArabicNumbers
This commit is contained in:
parent
c3022c0464
commit
dbfed629d9
@ -80,7 +80,7 @@ header {
|
|||||||
width: 80px !important;
|
width: 80px !important;
|
||||||
height: 40px !important;
|
height: 40px !important;
|
||||||
}
|
}
|
||||||
#currencyOfTheValue, #currencyAfter {
|
#currencyOfTheValue, #currencyAfter, #convertNumberType {
|
||||||
width: 270px !important;
|
width: 270px !important;
|
||||||
}
|
}
|
||||||
#option {
|
#option {
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<input name="numbersArabic" type="text" id="numbersArabic" placeholder="(e.g : 50)" class="form-control">
|
<input name="numbersArabic" type="text" id="numbersArabic" placeholder="(e.g : 50)" class="form-control">
|
||||||
<br>
|
<br>
|
||||||
<label for="convertNumberType">Convertir en : </label> <br>
|
<label for="convertNumberType">Convertir en : </label> <br>
|
||||||
<select id="convertNumberType">
|
<select class="form-control" id="convertNumberType">
|
||||||
<option value="Nombre Romain">Nombre Romain</option>
|
<option value="Nombre Romain">Nombre Romain</option>
|
||||||
<option value="Nombre Arabe">Nombre Arabe</option>
|
<option value="Nombre Arabe">Nombre Arabe</option>
|
||||||
</select>
|
</select>
|
||||||
|
Reference in New Issue
Block a user