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/12/17 19:07:51 UTC

ignite git commit: IGNITE-843 Tweak CSS, fixed minor UI bugs. Fix db schema.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc2 580d1a1d0 -> 23c3e5441


IGNITE-843 Tweak CSS, fixed minor UI bugs. Fix db schema.


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

Branch: refs/heads/ignite-843-rc2
Commit: 23c3e54418c28d23221aedd5614a3f58b6d725e7
Parents: 580d1a1
Author: AKuznetsov <ak...@gridgain.com>
Authored: Fri Dec 18 01:07:32 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Fri Dec 18 01:07:32 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/public/stylesheets/style.scss   | 27 ++++++++++++++------
 1 file changed, 19 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/23c3e544/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 c3c5fa3..d218f46 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
@@ -427,6 +427,14 @@ h1, h2, h3, h4, h5, h6 {
     }
 }
 
+.settings-row:first-child {
+    margin-top: 0;
+}
+
+.details-row, .settings-row:last-child {
+    margin-bottom: 0;
+}
+
 button, a.btn {
     margin-right: 5px;
 }
@@ -673,7 +681,7 @@ button.form-control {
 }
 
 .theme-line .panel-body {
-    padding: 10px 20px;
+    padding: 20px;
 }
 
 .theme-line .main-content a.customize {
@@ -948,14 +956,14 @@ button.form-control {
 .panel-details {
     margin-top: 10px;
 
-    padding: 0;
+    padding: 10px;
 
     border-radius: 5px;
     border: thin dotted $ignite-border-color;
 }
 
 .group-section {
-    margin-top: 30px;
+    margin-top: 20px;
 }
 
 .group {
@@ -988,7 +996,7 @@ button.form-control {
 }
 
 .group-content {
-    margin: 0 10px 10px 10px;
+    margin: 10px;
 
     table {
         width: 100%;
@@ -1381,6 +1389,10 @@ a {
     margin-top: 10px;
 }
 
+.margin-top-dflt-2x {
+    margin-top: 20px;
+}
+
 .margin-bottom-dflt {
     margin-bottom: 10px;
 }
@@ -1496,7 +1508,7 @@ a {
 .preview-panel {
     min-height: 28px;
 
-    margin: 10px 0 10px 20px;
+    margin-left: 20px;
 
     border-radius: 5px;
     border: thin dotted $ignite-border-color;
@@ -1505,9 +1517,8 @@ a {
 }
 
 .preview-legend {
-    top: -1px;
-    right: 15px;
-    margin-right: 10px;
+    top: -10px;
+    right: 20px;
     position: absolute;
     z-index: 900;