diff --git a/src/app/issue/jira/jira-cfg-stepper/jira-cfg-stepper.component.html b/src/app/issue/jira/jira-cfg-stepper/jira-cfg-stepper.component.html index 697b5da7bd8..745ec526345 100644 --- a/src/app/issue/jira/jira-cfg-stepper/jira-cfg-stepper.component.html +++ b/src/app/issue/jira/jira-cfg-stepper/jira-cfg-stepper.component.html @@ -1,113 +1,119 @@ - - -
- Credentials +
+ + + + Credentials +

Please + + download the chrome extension in order to allow communication with the Jira Api. Note that this doesn't work for mobile. +

- + -
- User Avatar -
Login successful!
Welcome {{user.displayName}}!
-
+
+ User Avatar +
Login successful!
Welcome {{user.displayName}}!
+
-
- - -
-
+
+ + +
+
- -
+ + - -
- Advanced - + + + Advanced + -
- - -
-
- -
+
+ + +
+
+ +
- - - - - - - - - - - - - - - - - - - - - Done - You are now done. -
- - -
-
-
+ + + + + + + + + + + + + + + + + + + + + Done + You are now done. +
+ + +
+
+ +
diff --git a/src/app/issue/jira/jira-cfg-stepper/jira-cfg-stepper.component.scss b/src/app/issue/jira/jira-cfg-stepper/jira-cfg-stepper.component.scss index 61ff556669d..d7b50e91f63 100644 --- a/src/app/issue/jira/jira-cfg-stepper/jira-cfg-stepper.component.scss +++ b/src/app/issue/jira/jira-cfg-stepper/jira-cfg-stepper.component.scss @@ -6,7 +6,13 @@ align-items: center; margin-top: $s; margin-bottom: $s; + img { margin-right: $s; } } + + +.wrapper { + margin: 0 -24px; +}