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:54 UTC

[42/50] [abbrv] ignite git commit: IGNITE-843 Fixed table-details css.

IGNITE-843 Fixed table-details css.


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

Branch: refs/heads/ignite-843-rc2
Commit: 1d9d888cdb45b3ec05644fbda01fac3f9b980f17
Parents: 93b2c00
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Tue Dec 1 14:37:43 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue Dec 1 14:37:43 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/public/stylesheets/style.scss         | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1d9d888c/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 77e4f07..4fed2b1 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
@@ -931,16 +931,6 @@ button.form-control {
     border: thin dotted $ignite-border-color;
 }
 
-.table-details {
-    border-radius: 5px;
-    border: thin dotted $table-border-color;
-
-    margin-top: 10px;
-
-    padding-left: 10px;
-    padding-right: 5px;
-}
-
 .group-section {
     margin-top: 30px;
 }
@@ -972,6 +962,10 @@ button.form-control {
 
 .group-content {
     margin: 0 10px 10px 10px;
+
+    table {
+        width: 100%;
+    }
 }
 
 .group-content-empty {