diff --git a/timesheet/templates/mobile/app.css b/timesheet/templates/mobile/app.css index c251c2d218..cd4e1d84c5 100644 --- a/timesheet/templates/mobile/app.css +++ b/timesheet/templates/mobile/app.css @@ -14,7 +14,6 @@ @media only screen and (max-device-width: 1024px) { #timesheet-index table.egwGridView_outer tbody label[id^='timesheet-index'][id$='ts_start]'] > time { font-weight: bold; - float: left; } #timesheet-index table.egwGridView_outer tbody ul[id^='timesheet-index'][id$='ts_owner]'] > li { overflow: hidden; @@ -32,8 +31,9 @@ font-size: 10pt; } #timesheet-index table.egwGridView_outer tbody span[id^='timesheet-index'][id$='ts_description]'] { - height: 30px; + height: 19px; white-space: nowrap; + line-height: 18px; overflow: hidden; text-overflow: ellipsis; font-size: 10pt; diff --git a/timesheet/templates/mobile/app.less b/timesheet/templates/mobile/app.less index 39a276c530..5dd4ea75ca 100644 --- a/timesheet/templates/mobile/app.less +++ b/timesheet/templates/mobile/app.less @@ -20,7 +20,6 @@ table.egwGridView_outer tbody { label[id^='timesheet-index'][id$='ts_start]'] > time{ font-weight: bold; - float: left; } ul[id^='timesheet-index'][id$='ts_owner]'] > li { overflow: hidden; @@ -38,8 +37,9 @@ .mob-fontsize-n; } span[id^='timesheet-index'][id$='ts_description]'] { - height: 30px; + height: 19px; white-space: nowrap; + line-height: 18px; overflow: hidden; text-overflow: ellipsis; .mob-fontsize-n; diff --git a/timesheet/templates/mobile/index.xet b/timesheet/templates/mobile/index.xet index 9b67831c55..540b3c8431 100644 --- a/timesheet/templates/mobile/index.xet +++ b/timesheet/templates/mobile/index.xet @@ -17,37 +17,33 @@ + - - - + - - - - - - - - - - - - - - - + + + + + + + + + + + +