diff --git a/module/webhook/css/create.css b/module/webhook/css/create.css index 66a543d549..3cc7643665 100644 --- a/module/webhook/css/create.css +++ b/module/webhook/css/create.css @@ -1,4 +1,5 @@ .labelWidth .checkbox-primary {width: 20%; display:inline-block} .checkbox-primary + .checkbox-primary {margin-left: 0px;} .objectType {margin-right: 5px !important;} -#paramsTR th{padding-left:30px;} +#paramsTR th{padding-left:25px;} +#paramsTR th label{font-weight:bold; padding-left:25px;} diff --git a/module/webhook/css/edit.css b/module/webhook/css/edit.css index 66a543d549..3cc7643665 100644 --- a/module/webhook/css/edit.css +++ b/module/webhook/css/edit.css @@ -1,4 +1,5 @@ .labelWidth .checkbox-primary {width: 20%; display:inline-block} .checkbox-primary + .checkbox-primary {margin-left: 0px;} .objectType {margin-right: 5px !important;} -#paramsTR th{padding-left:30px;} +#paramsTR th{padding-left:25px;} +#paramsTR th label{font-weight:bold; padding-left:25px;} diff --git a/module/webhook/view/create.html.php b/module/webhook/view/create.html.php index 3f3ffb8526..ecf7b1236f 100644 --- a/module/webhook/view/create.html.php +++ b/module/webhook/view/create.html.php @@ -21,7 +21,8 @@