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 2015/12/01 10:02:53 UTC

[41/50] [abbrv] ignite git commit: IGNITE-843 Fixed checkbox align for detailed rows.

IGNITE-843 Fixed checkbox align for detailed rows.


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

Branch: refs/heads/ignite-843-rc2
Commit: 93b2c007edf1d62b12f5d774202f1d56c7d7db5a
Parents: 3ba1c93
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Tue Dec 1 11:45:07 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue Dec 1 11:45:07 2015 +0700

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/93b2c007/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 6851d9e..77e4f07 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
@@ -399,7 +399,7 @@ h1, h2, h3, h4, h5, h6 {
     }
 
     .checkbox label {
-        line-height: 20px;
+        line-height: 20px !important;
         vertical-align: middle;
     }
 }