* bug #16382, fix position for #notifyEmailLabel.

This commit is contained in:
Hao Sun
2022-04-29 16:39:08 +08:00
parent 234baf4594
commit f46b84446e
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%}