diff --git a/app/scripts/daily-planner/_daily-planner-d.scss b/app/scripts/daily-planner/_daily-planner-d.scss index c33e53f1ac..faf0040ca2 100644 --- a/app/scripts/daily-planner/_daily-planner-d.scss +++ b/app/scripts/daily-planner/_daily-planner-d.scss @@ -7,4 +7,19 @@ daily-planner { display: none; } } + + .add-task-form { + margin: 20px auto; + max-width: $component-max-width; + md-autocomplete-wrap { + box-shadow: none; + } + ng-md-icon { + width: 32px; + height: 32px; + } + } + .highlight-add-task-icon { + margin-right: 10px; + } } \ No newline at end of file diff --git a/app/scripts/daily-planner/daily-planner-d.html b/app/scripts/daily-planner/daily-planner-d.html index a5943aad10..d0ff2e2217 100644 --- a/app/scripts/daily-planner/daily-planner-d.html +++ b/app/scripts/daily-planner/daily-planner-d.html @@ -3,12 +3,18 @@ Plan your day! -

If you're done, you should spent some time - prioritizing your tasks, by ordering them via drag and drop. You can also make a rough time estimation. -

-
+ + +