mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-09 12:43:00 +01:00
fixed alignment of timesheet descriptions regarding ticket # 101351
(cherry picked from commit 86c4a384ed
)
This commit is contained in:
parent
64de6df947
commit
1cda5091fa
@ -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