From 8468aca152c68d16bbab879578564c855a53e241 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 5 Jun 2019 09:43:28 +0800 Subject: [PATCH] * finish task #5730. --- module/webhook/css/create.css | 3 ++- module/webhook/css/edit.css | 3 ++- module/webhook/view/create.html.php | 3 ++- module/webhook/view/edit.html.php | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) 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 @@
- + getClientLang() == 'en' ? 'w-120px' : 'w-90px';?> + diff --git a/module/webhook/view/edit.html.php b/module/webhook/view/edit.html.php index d2d1076535..86f56b6e28 100644 --- a/module/webhook/view/edit.html.php +++ b/module/webhook/view/edit.html.php @@ -20,7 +20,8 @@
webhook->type;?>webhook->type;?> webhook->typeList, '', "class='form-control'");?>
- + getClientLang() == 'en' ? 'w-120px' : 'w-90px';?> +
webhook->type;?>webhook->type;?> webhook->typeList, $webhook->type, "class='form-control'");?>