diff --git a/module/product/css/common.css b/module/product/css/common.css new file mode 100644 index 0000000000..78efcd5d86 --- /dev/null +++ b/module/product/css/common.css @@ -0,0 +1 @@ +#whitelistBox .checkbox-primary, #whitelistBox .radio-inline{margin-left: 10px; display: inline-block; padding-left: 0px; padding-right: 10px;} diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index 25adb49cdb..e97df76e81 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -146,8 +146,10 @@ story->mailto;?> - mailto), "class='form-control' multiple");?> - fetch('my', 'buildContactLists')?> +
+ mailto), "class='form-control' multiple");?> +
fetch('my', 'buildContactLists')?>
+
diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 89b83fb61b..3cd057ab22 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -126,8 +126,10 @@ task->mailto;?> - acl == 'private' ? $members : $users, str_replace(' ' , '', $task->mailto), 'class="form-control" multiple');?> - fetch('my', 'buildContactLists');?> +
+ acl == 'private' ? $members : $users, str_replace(' ' , '', $task->mailto), 'class="form-control" multiple');?> +
fetch('my', 'buildContactLists');?>
+