Fixed preview icon size of pictoObject in all icon select dropdown
This commit is contained in:
parent
0586872f1a
commit
37ec21f448
@ -758,6 +758,12 @@ textarea.form-control {
|
|||||||
resize:none;
|
resize:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea.form {
|
||||||
|
min-height: 70px;
|
||||||
|
min-width: 250px;
|
||||||
|
resize:none;
|
||||||
|
}
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
@ -940,6 +946,10 @@ form#authSession.form div.input-group-prepend span i.fa{
|
|||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#data form span img#pictoObject {
|
||||||
|
max-width: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
#footerpartnersprint {
|
#footerpartnersprint {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user