Minor convention fixes

stable
Álex Hermida 2018-07-11 08:50:24 +02:00 committed by Alex Hermida
parent e63b1be5e0
commit 8e12fd3528
2 changed files with 5 additions and 5 deletions

View File

@ -28,6 +28,9 @@ debounce = @.taiga.debounce
trim = @.taiga.trim
module = angular.module("taigaTaskboard")
CreateBulkTasksDirective = ($repo, $rs, $rootscope, $loading, lightboxService, $model) ->
link = ($scope, $el, attrs) ->
$scope.form = {data: "", usId: null}
@ -72,9 +75,6 @@ CreateBulkTasksDirective = ($repo, $rs, $rootscope, $loading, lightboxService, $
return {link: link}
module = angular.module("taigaTaskboard")
module.directive("tgLbCreateBulkTasks", [
"$tgRepo",
"$tgResources",

View File

@ -619,7 +619,7 @@
flex-basis: $width;
flex-direction: row;
flex-grow: 0;
margin-bottom: $spacing*2;
margin-bottom: $spacing * 2;
main {
flex-grow: 1;
margin-right: $spacing;
@ -746,7 +746,7 @@
@include popover($pop-width, 60px, 0, '', '', 16px, -7px, ($pop-width / 3));
&.multiple {
top: 84px;
&:after {
&::after {
left: 30px;
}
}