You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/09/08 01:26:09 UTC

ignite git commit: IGNITE-843 Fixed layout chart btn layout.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 5625672bc -> 934cc901f


IGNITE-843 Fixed layout chart btn layout.


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

Branch: refs/heads/ignite-843
Commit: 934cc901ffaca8f224a6e0cf8ccc5859e7f204c7
Parents: 5625672
Author: AKuznetsov <ak...@gridgain.com>
Authored: Tue Sep 8 06:26:04 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Tue Sep 8 06:26:04 2015 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/public/stylesheets/style.scss  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/934cc901/modules/control-center-web/src/main/js/public/stylesheets/style.scss
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/public/stylesheets/style.scss b/modules/control-center-web/src/main/js/public/stylesheets/style.scss
index 9980c3a..245a2c0 100644
--- a/modules/control-center-web/src/main/js/public/stylesheets/style.scss
+++ b/modules/control-center-web/src/main/js/public/stylesheets/style.scss
@@ -1300,8 +1300,7 @@ a {
 
 .chart-btn {
     position: absolute;
-    right: 25px;
-    margin: 0;
+    right: 5px;
 }
 
 .chart-settings {