diff --git a/src/app/stories/template/detail.html b/src/app/stories/template/detail.html index b04b6da4..e7273e38 100644 --- a/src/app/stories/template/detail.html +++ b/src/app/stories/template/detail.html @@ -503,8 +503,14 @@ -
-
+
+
+
@@ -513,14 +519,13 @@ class="form-control context-edit" msd-elastic rows="3" - ng-show="isLoggedIn" ng-disabled="isUpdating" ng-model="task.tempNotes">
- @@ -528,7 +533,7 @@
-
-
+
-
- +
+ +
diff --git a/src/theme/base/edit_tasks.less b/src/theme/base/edit_tasks.less index e7c91cb5..4921ee48 100644 --- a/src/theme/base/edit_tasks.less +++ b/src/theme/base/edit_tasks.less @@ -30,6 +30,16 @@ } } +.task-notes { + padding-top : 10px; + border-radius: 5px; + box-shadow: -4px 0px 10px rgba(0,0,0,0.1); +} + +.row { + padding-bottom : 10px; +} + input-inline, project-typeahead, user-typeahead, task-status-dropdown { display: inline-block;