N°1217 Console UI improvements in object forms.

- Columns size optimization.
- Tooltip on (none empty) String attribute so long value can be seen without scrolling to the end of the input.
- OQL attribute displayed as Text/HTML attributes.

SVN:trunk[5170]
This commit is contained in:
Guillaume Lajarige
2017-12-27 15:51:50 +00:00
parent 76a9978fc5
commit 4fa6f85c2e
3 changed files with 39 additions and 8 deletions

View File

@@ -1167,7 +1167,7 @@ span.form_validation {
}
/* Helper classes for object details display. */
.one-col-details {
min-width: 300px;
min-width: 400px;
max-width: 600px;
}
.n-cols-details {
@@ -1380,7 +1380,7 @@ fieldset .details > .field_container {
/* On a single column, field labels can take more width but they are limited so it doesn't feel weird when all labels are short */
}
.one-col-details .details .field_container.field_small div.field_label {
width: 145px;
width: 160px;
}
/* This is extracted from the ".details > .field_container ..." because of the fullscreen option (element is moved at the end of the body */
.field_input_text {

View File

@@ -1266,7 +1266,7 @@ span.form_validation {
/* Helper classes for object details display. */
.one-col-details {
min-width: 300px;
min-width: 400px;
max-width: 600px;
}
.n-cols-details {
@@ -1536,7 +1536,7 @@ fieldset .details>.field_container {
.one-col-details .details .field_container.field_small {
div.field_label {
/* On a single column, field labels can take more width but they are limited so it doesn't feel weird when all labels are short */
width: 145px;
width: 160px;
}
}
/* This is extracted from the ".details > .field_container ..." because of the fullscreen option (element is moved at the end of the body */