forked from extern/egroupware
Timesheet: Adjust vertical position of single-element headers to better line up with headers that include totals
This commit is contained in:
parent
f6883c33fd
commit
4c1e2a268e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user