Merge #16263 - Fixes #16217 - Missing padding and css for error messages

Pull-request: #16263
Fixes: #16217
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-07-15 10:29:17 +02:00
commit 6744a7de06
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
4 changed files with 32 additions and 0 deletions

View File

@ -761,6 +761,14 @@ div.tools a:hover,
font-weight: bold;
}
.error {
border: 1px solid maroon !important;
margin-left: 2px;
padding: 1px 2px;
color: #000;
background: pink;
}
// disabled text
.disabled {
color: #666;

View File

@ -827,6 +827,13 @@ fieldset.confirmation legend {
background-color: $browse-warning-color;
}
.error {
border: 1px solid $browse-warning-color !important;
padding: 5px;
color: $button-color;
background-color: $browse-warning-color;
}
/* end messageboxes */
.column_name {

View File

@ -472,6 +472,16 @@ fieldset.confirmation {
}
}
.error {
background-color: #ffc;
color: #f00;
}
label.error {
padding: 3px;
margin-left: 4px;
}
/* end messageboxes */
.new_central_col {

View File

@ -740,6 +740,13 @@ td .icon {
background-color: pink;
}
.error {
border: 1px solid maroon !important;
padding: 0.27em;
color: #000;
background: pink;
}
// end messageboxes
.new_central_col {