mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:48:55 +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['name'] = $tpl->name;
|
||||
$cell['obj'] = &$tpl;
|
||||
$cell['span'] .= (strpos($cell['span'],',')===false?',':'').($cell['span']?' ':'').'eTdate';
|
||||
|
||||
return True; // extra Label is ok
|
||||
}
|
||||
|
@ -144,4 +144,9 @@
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* class for table in data_widget
|
||||
*/
|
||||
.eTdate {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user