Allow project selection in timesheet list nextmatch header to be very tall, if needed

This commit is contained in:
nathangray 2016-09-27 10:34:07 -06:00
parent 16d7b6d5ae
commit 76df9b047e
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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;