You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2017/05/18 04:25:54 UTC

ignite git commit: IGNITE-5165 Fixed button issues in IE11.

Repository: ignite
Updated Branches:
  refs/heads/master 986532c41 -> b352fc625


IGNITE-5165 Fixed button issues in IE11.


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

Branch: refs/heads/master
Commit: b352fc625b86edf286f47656bb0ee9becb1da29e
Parents: 986532c
Author: Andrey Novikov <an...@gridgain.com>
Authored: Thu May 18 11:25:39 2017 +0700
Committer: Andrey Novikov <an...@gridgain.com>
Committed: Thu May 18 11:25:39 2017 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/app/primitives/btn/index.scss | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b352fc62/modules/web-console/frontend/app/primitives/btn/index.scss
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/primitives/btn/index.scss b/modules/web-console/frontend/app/primitives/btn/index.scss
index 7905927..deb0e58 100644
--- a/modules/web-console/frontend/app/primitives/btn/index.scss
+++ b/modules/web-console/frontend/app/primitives/btn/index.scss
@@ -81,17 +81,16 @@
 }
 
 .btn-ignite {
-    $content-padding: 12px;
+    $content-padding: 10px 12px;
     $icon-margin: 8px;
 
-    min-height: 36px;
     display: inline-flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     box-sizing: border-box;
     margin: 0;
-    padding: 0 $content-padding;
+    padding: $content-padding;
 
     border: none;
     border-radius: 4px;