mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
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:
@@ -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 {
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user