Timesheet: Adjust vertical position of single-element headers to better line up with headers that include totals

This commit is contained in:
nathan 2022-10-25 11:57:58 -06:00
parent f6883c33fd
commit 4c1e2a268e

View File

@ -11,8 +11,13 @@
}
.timesheet_titleSum,.timesheet_titleDetails { font-weight: bold; }
#timesheet-edit.et2_container
{
/* Let category & total columns line up vertically with the 2-element headers (Duration, Total, etc) */
#timesheet-index .innerContainer > span {
margin-bottom: 5px;
display: inline-block;
}
#timesheet-edit.et2_container {
}
/* add # sign behind the ts_id */