Added inline-block and fixed size to label

Former-commit-id: 40c1ca6d5c06fb771eb7e8d1ac81dde6e7012cfb
This commit is contained in:
Luis Calvo 2019-04-04 09:45:29 +02:00
parent f64835dca9
commit 9df4cb86dc
1 changed files with 2 additions and 0 deletions

View File

@ -407,6 +407,8 @@ div.form_message_alert ul li input {
}
div.form_message_alert ul li label {
display: inline-block;
width: 145px;
font-size: 10pt;
padding-right: 20px;
}