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/10/08 09:35:57 UTC

ignite git commit: ignite-843 Minor fix for mozilla

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 b6d5d24f5 -> 9b21b9154


ignite-843 Minor fix for mozilla


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

Branch: refs/heads/ignite-843
Commit: 9b21b915459ca792e9bde12266ab075d3c85094b
Parents: b6d5d24
Author: Andrey <an...@gridgain.com>
Authored: Thu Oct 8 14:35:50 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Thu Oct 8 14:35:50 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/9b21b915/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 cbdeca3..7447577 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
@@ -305,6 +305,10 @@ h1, h2, h3, h4, h5, h6 {
 .modal .modal-content {
     border-radius: 0;
     background-color: $gray-lighter;
+
+    .input-tip {
+        padding-top: 1px;
+    }
 }
 
 .modal .modal-content .modal-header {