From 8a08bf9aa2a889eb5e14de18bcb027356e332fb4 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 6 Feb 2017 20:27:21 +0100 Subject: [PATCH] better highlight add task on planning view --- app/scripts/daily-planner/_daily-planner-d.scss | 15 +++++++++++++++ app/scripts/daily-planner/daily-planner-d.html | 14 ++++++++++---- app/styles/_variables.scss | 3 +++ 3 files changed, 28 insertions(+), 4 deletions(-) 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. -

-
+ + +