mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
white-space: nowrap for table in date-widget
This commit is contained in:
parent
441a100248
commit
48af140c48
@ -337,6 +337,7 @@ class date_widget
|
||||
$cell['type'] = 'template';
|
||||
$cell['name'] = $tpl->name;
|
||||
$cell['obj'] = &$tpl;
|
||||
$cell['span'] .= (strpos($cell['span'],',')===false?',':'').($cell['span']?' ':'').'eTdate';
|
||||
|
||||
return True; // extra Label is ok
|
||||
}
|
||||
|
@ -153,3 +153,10 @@
|
||||
overflow: auto;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
/**
|
||||
* class for table in data_widget
|
||||
*/
|
||||
.eTdate {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user