Enhancement on form inputs by fixing a static width on prepend content
This commit is contained in:
parent
b323e05427
commit
82d404e60f
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user