Enhancement on form inputs by fixing a static width on prepend content

This commit is contained in:
Rooty 2020-12-18 01:08:37 +01:00
parent b323e05427
commit 82d404e60f

View File

@ -896,6 +896,11 @@ ul.address {
/******************************************/
/* Formulaire public inscription/adhésion */
/******************************************/
form.form div.row div.input-group-prepend span.input-group-text,
form.form div.row div.input-group-prepend span.input-group-addon {
width: 50px;
}
#fmtextinfo.form.container-fluid div.row p.input-group input.form,
#fmtextinfo.form.container-fluid div.row p.input-group select.form,
#fmtextinfo.form.container-fluid div.row p.input-group textarea.form{