[34/50] [abbrv] ignite git commit: IGNITE-8245 Fixed input appearance position with error.

2018-04-16 Thread agoncharuk
IGNITE-8245 Fixed input appearance position with error.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/56e3f43e
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/56e3f43e
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/56e3f43e

Branch: refs/heads/ignite-7708
Commit: 56e3f43e8b31d13e3a7cc590208ffe92187ad00d
Parents: 5fd5968
Author: Dmitriy Shabalin 
Authored: Fri Apr 13 17:55:02 2018 +0700
Committer: Andrey Novikov 
Committed: Fri Apr 13 17:55:02 2018 +0700

--
 .../frontend/app/primitives/form-field/index.scss   | 12 
 1 file changed, 12 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ignite/blob/56e3f43e/modules/web-console/frontend/app/primitives/form-field/index.scss
--
diff --git a/modules/web-console/frontend/app/primitives/form-field/index.scss 
b/modules/web-console/frontend/app/primitives/form-field/index.scss
index 7d9ea1f..1035ade 100644
--- a/modules/web-console/frontend/app/primitives/form-field/index.scss
+++ b/modules/web-console/frontend/app/primitives/form-field/index.scss
@@ -240,6 +240,18 @@
 box-shadow: none;
 }
 }
+
+// Added right offset to appearance of input for invalid password
+& > input[type='password'].ng-invalid.ng-touched {
+padding-right: 36px;
+}
+
+// Added right offset to appearance of dropdown for invalid data
+& > button.select-toggle.ng-invalid.ng-touched {
+&:after {
+right: 36px;
+}
+}
 }
 
 &__errors {



[1/2] ignite git commit: IGNITE-8245 Fixed input appearance position with error.

2018-04-13 Thread akuznetsov
Repository: ignite
Updated Branches:
  refs/heads/ignite-2.5 6072af825 -> db3099e07


IGNITE-8245 Fixed input appearance position with error.

(cherry picked from commit 56e3f43)


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/78e7414c
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/78e7414c
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/78e7414c

Branch: refs/heads/ignite-2.5
Commit: 78e7414cf568ef7e3f7567fdb74334012896b632
Parents: 6072af8
Author: Dmitriy Shabalin 
Authored: Fri Apr 13 17:55:02 2018 +0700
Committer: Alexey Kuznetsov 
Committed: Fri Apr 13 19:08:16 2018 +0700

--
 .../frontend/app/primitives/form-field/index.scss   | 12 
 1 file changed, 12 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ignite/blob/78e7414c/modules/web-console/frontend/app/primitives/form-field/index.scss
--
diff --git a/modules/web-console/frontend/app/primitives/form-field/index.scss 
b/modules/web-console/frontend/app/primitives/form-field/index.scss
index 7d9ea1f..1035ade 100644
--- a/modules/web-console/frontend/app/primitives/form-field/index.scss
+++ b/modules/web-console/frontend/app/primitives/form-field/index.scss
@@ -240,6 +240,18 @@
 box-shadow: none;
 }
 }
+
+// Added right offset to appearance of input for invalid password
+& > input[type='password'].ng-invalid.ng-touched {
+padding-right: 36px;
+}
+
+// Added right offset to appearance of dropdown for invalid data
+& > button.select-toggle.ng-invalid.ng-touched {
+&:after {
+right: 36px;
+}
+}
 }
 
 &__errors {



ignite git commit: IGNITE-8245 Fixed input appearance position with error.

2018-04-13 Thread anovikov
Repository: ignite
Updated Branches:
  refs/heads/master 5fd5968e5 -> 56e3f43e8


IGNITE-8245 Fixed input appearance position with error.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/56e3f43e
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/56e3f43e
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/56e3f43e

Branch: refs/heads/master
Commit: 56e3f43e8b31d13e3a7cc590208ffe92187ad00d
Parents: 5fd5968
Author: Dmitriy Shabalin 
Authored: Fri Apr 13 17:55:02 2018 +0700
Committer: Andrey Novikov 
Committed: Fri Apr 13 17:55:02 2018 +0700

--
 .../frontend/app/primitives/form-field/index.scss   | 12 
 1 file changed, 12 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ignite/blob/56e3f43e/modules/web-console/frontend/app/primitives/form-field/index.scss
--
diff --git a/modules/web-console/frontend/app/primitives/form-field/index.scss 
b/modules/web-console/frontend/app/primitives/form-field/index.scss
index 7d9ea1f..1035ade 100644
--- a/modules/web-console/frontend/app/primitives/form-field/index.scss
+++ b/modules/web-console/frontend/app/primitives/form-field/index.scss
@@ -240,6 +240,18 @@
 box-shadow: none;
 }
 }
+
+// Added right offset to appearance of input for invalid password
+& > input[type='password'].ng-invalid.ng-touched {
+padding-right: 36px;
+}
+
+// Added right offset to appearance of dropdown for invalid data
+& > button.select-toggle.ng-invalid.ng-touched {
+&:after {
+right: 36px;
+}
+}
 }
 
 &__errors {