fix: extrafields chkbxlst or checkbox or badly displayed in line object
This commit is contained in:
parent
3ce58c2337
commit
4e289741f9
@ -7571,7 +7571,7 @@ abstract class CommonObject
|
|||||||
if ($display_type == 'card') {
|
if ($display_type == 'card') {
|
||||||
$out .= '<td '.($html_id ? 'id="'.$html_id.'" ' : '').' class="'.$this->element.'_extras_'.$key.'" '.($colspan ? ' colspan="'.$colspan.'"' : '').'>';
|
$out .= '<td '.($html_id ? 'id="'.$html_id.'" ' : '').' class="'.$this->element.'_extras_'.$key.'" '.($colspan ? ' colspan="'.$colspan.'"' : '').'>';
|
||||||
} elseif ($display_type == 'line') {
|
} elseif ($display_type == 'line') {
|
||||||
$out .= '<div '.($html_id ? 'id="'.$html_id.'" ' : '').' style="display: inline-block" class="'.$this->element.'_extras_'.$key.'">';
|
$out .= '<div '.($html_id ? 'id="'.$html_id.'" ' : '').' style="display: inline-block" class="'.$this->element.'_extras_'.$key.' extra_inline_'.$extrafields->attributes[$this->table_element]['type'][$key].'">';
|
||||||
}
|
}
|
||||||
|
|
||||||
switch ($mode) {
|
switch ($mode) {
|
||||||
|
|||||||
@ -7104,6 +7104,11 @@ if (!empty($conf->global->THEME_CUSTOM_CSS)) {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
div.extra_inline_chkbxlst,
|
||||||
|
div.extra_inline_checkbox {
|
||||||
|
min-width:150px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Must be at end */
|
/* Must be at end */
|
||||||
div.flot-text .flot-tick-label .tickLabel {
|
div.flot-text .flot-tick-label .tickLabel {
|
||||||
color: unset;
|
color: unset;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user