mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-01 02:49:28 +01:00
Allow project selection in timesheet list nextmatch header to be very tall, if needed
This commit is contained in:
parent
0b6e3fc1ae
commit
e21318aa14
@ -4,6 +4,11 @@
|
|||||||
* @version: $Id$
|
* @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_titleSum,.timesheet_titleDetails { font-weight: bold; }
|
||||||
|
|
||||||
#timesheet-edit.et2_container
|
#timesheet-edit.et2_container
|
||||||
|
@ -16,6 +16,10 @@
|
|||||||
*
|
*
|
||||||
* @version: $Id$
|
* @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_titleSum,
|
||||||
.timesheet_titleDetails {
|
.timesheet_titleDetails {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Loading…
Reference in New Issue
Block a user