mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 23:59:39 +01:00
white-space: nowrap for table in date-widget
This commit is contained in:
parent
f72d95aac5
commit
57206cbac3
@ -337,6 +337,7 @@ class date_widget
|
|||||||
$cell['type'] = 'template';
|
$cell['type'] = 'template';
|
||||||
$cell['name'] = $tpl->name;
|
$cell['name'] = $tpl->name;
|
||||||
$cell['obj'] = &$tpl;
|
$cell['obj'] = &$tpl;
|
||||||
|
$cell['span'] .= (strpos($cell['span'],',')===false?',':'').($cell['span']?' ':'').'eTdate';
|
||||||
|
|
||||||
return True; // extra Label is ok
|
return True; // extra Label is ok
|
||||||
}
|
}
|
||||||
|
@ -144,4 +144,9 @@
|
|||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* class for table in data_widget
|
||||||
|
*/
|
||||||
|
.eTdate {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user