diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 93eacec2e6..215d2134ff 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -956,11 +956,13 @@ Hide subsequent headers in week view with non-consolidated owners margin: 0px; padding: 2px; font-weight: bold; + height: 23px; + line-height: 23px; } .calendar_calDayTodos .calendar_calDayTodosTable { overflow: auto; position: absolute; - top: 2em; + top: 3em; bottom: 8px; width: 100%; } @@ -979,6 +981,18 @@ Hide subsequent headers in week view with non-consolidated owners white-space: nowrap; } +.calendar_calDayTodosHeader button { + width: 24px; + height: 24px; + padding-left: 0px; + margin: 0px 4px 1px 0; + border-radius: 3px; + border: 1px solid silver; + background-color: #fafafa; + position: absolute; + left: 12px; +} + /****************************************************** * CSS settings for the planner views (calendar_plannerWidget) * ******************************************************/ diff --git a/calendar/templates/default/todo.xet b/calendar/templates/default/todo.xet index cb70850db2..03981d9fe9 100644 --- a/calendar/templates/default/todo.xet +++ b/calendar/templates/default/todo.xet @@ -15,6 +15,7 @@ Egroupware