Fix category column is too close to date column in timesheet

This commit is contained in:
Hadi Nategh 2016-07-05 14:22:44 +02:00
parent 63bb4d67c2
commit 9ed64282d5
2 changed files with 4 additions and 2 deletions

View File

@ -25,3 +25,5 @@
display: inline-block; display: inline-block;
float: left; float: left;
} }
label[id^='timesheet-index_'][id$='ts_start]'] time {padding-left:5px;}

View File

@ -33,8 +33,8 @@
display: inline-block; display: inline-block;
float: left; float: left;
} }
#timesheet-index_nm.et2_nextmatch .egwGridView_outer thead tr { label[id^='timesheet-index_'][id$='ts_start]'] time {
border-left: 12px solid transparent; padding-left: 5px;
} }
/*########################################### /*###########################################
# # # #