Minor convention fixes
parent
e63b1be5e0
commit
8e12fd3528
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue