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 <dshaba...@gridgain.com>
Authored: Fri Apr 13 17:55:02 2018 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
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 {

Reply via email to