mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fixed alignment of timesheet descriptions regarding ticket # 101351
This commit is contained in:
parent
914c723c78
commit
86c4a384ed
@ -91,7 +91,7 @@ class TimesheetApp extends EgwApp
|
||||
{
|
||||
egw.css("#timesheet-index span.timesheet_titleDetails","font-weight:" + (filter2.getValue() == '1' ? "bold;" : "normal;"));
|
||||
// Show / hide descriptions
|
||||
egw.css(".ts_description", "display:" + (filter2.getValue() == '1' ? "block;" : "none;"));
|
||||
egw.css(".ts_description", "display:" + (filter2.getValue() == '1' ? "flex;" : "none;"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user