Merge branch 'sprint/sunhao/bug16382' into 'master'

* bug #16382, fix position for #notifyEmailLabel.

See merge request easycorp/zentaopms!3227
This commit is contained in:
朱金勇
2022-04-29 08:43:24 +00:00
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -46,3 +46,5 @@ html[lang='en'] #deadlineTd .input-group-addon {padding: 5px 18px;}
#projectBox .required:after {right: 1px;}
#branch_chosen {min-width: 90px;}
#notifyEmailTd .input-group-addon, #deadlineTd .input-group-addon {border-radius: 2px 0px 2px 0px !important;}
#feedback.input-group + #notifyEmailLabel {position: relative; width: 50%; left: 48%}
+1
View File
@@ -5,3 +5,4 @@
.pri-selector > .dropdown-menu {padding: 10px;}
#source_chosen {min-width: 50px !important;}
#feedback.input-group + #notifyEmailLabel {position: relative; width: 50%; left: 48%}