forked from extern/egroupware
Allow project selection in timesheet list nextmatch header to be very tall, if needed
This commit is contained in:
parent
16d7b6d5ae
commit
76df9b047e
@ -4,6 +4,11 @@
|
||||
* @version: $Id$
|
||||
*/
|
||||
|
||||
/* Allow project list selection in nm header to be large */
|
||||
#timesheet-index #timesheet-index_pm_id .ui-autocomplete.ui-menu
|
||||
{
|
||||
max-height: 80%;
|
||||
}
|
||||
.timesheet_titleSum,.timesheet_titleDetails { font-weight: bold; }
|
||||
|
||||
#timesheet-edit.et2_container
|
||||
|
@ -16,6 +16,10 @@
|
||||
*
|
||||
* @version: $Id$
|
||||
*/
|
||||
/* Allow project list selection in nm header to be large */
|
||||
#timesheet-index #timesheet-index_pm_id .ui-autocomplete.ui-menu {
|
||||
max-height: 80%;
|
||||
}
|
||||
.timesheet_titleSum,
|
||||
.timesheet_titleDetails {
|
||||
font-weight: bold;
|
||||
|
Loading…
Reference in New Issue
Block a user