Some minor style improvements in error boxes

This commit is contained in:
fbsanchez 2021-06-25 11:10:56 +02:00
parent 92d84e4cda
commit 1d66993d84
1 changed files with 4 additions and 0 deletions

View File

@ -7496,6 +7496,10 @@ div.graph div.legend table {
left: 0px; left: 0px;
} }
#error_login .update_manager .center > input[type="text"] {
width: 97%;
}
.error_warning_licence { .error_warning_licence {
display: flex; display: flex;
align-items: center; align-items: center;