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/08/31 18:03:36 UTC

ignite git commit: IGNITE-843 Minor css tweak.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 8960346a0 -> 49caad147


IGNITE-843 Minor css tweak.


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

Branch: refs/heads/ignite-843
Commit: 49caad14781676cab85750f9583e53fbfdeff206
Parents: 8960346
Author: AKuznetsov <ak...@gridgain.com>
Authored: Mon Aug 31 23:03:31 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Mon Aug 31 23:03:31 2015 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/public/stylesheets/style.scss | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/49caad14/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 c90a337..d1bbf0d 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
@@ -517,6 +517,10 @@ table tr:hover {
     margin: 0;
     cursor: pointer;
     font-size: 1.2em;
+
+    i {
+        font-size: $font-size-base;
+    }
 }
 
 .theme-line .panel-heading:hover {