You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by ar...@apache.org on 2017/09/15 08:16:33 UTC

[10/10] incubator-senssoft-tap git commit: Updated stylesheet

Updated stylesheet


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/commit/19ee1113
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/tree/19ee1113
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/diff/19ee1113

Branch: refs/heads/ryan-sankey
Commit: 19ee11139205e1b6508f0e7d2cd46177cf15fc44
Parents: 8bd006d
Author: Arthi Vezhavendan <ar...@gmail.com>
Authored: Fri Sep 15 04:16:18 2017 -0400
Committer: Arthi Vezhavendan <ar...@gmail.com>
Committed: Fri Sep 15 04:16:18 2017 -0400

----------------------------------------------------------------------
 stylesheets/main.scss | 25 ++++++++++++++++++++-----
 1 file changed, 20 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/blob/19ee1113/stylesheets/main.scss
----------------------------------------------------------------------
diff --git a/stylesheets/main.scss b/stylesheets/main.scss
index b191dd6..64e3e7a 100644
--- a/stylesheets/main.scss
+++ b/stylesheets/main.scss
@@ -36,6 +36,16 @@ $background : $white;
   flex: 1;
 }
 
+/*@media (min-width: 600px) and (max-width: 1900px) {
+  #app-results-container {
+  div.ui.container {
+    width: 100% !important;
+    margin-left: 1rem !important;
+    margin-right: 1rem !important;
+  }
+}*/
+
+
 .site-footer {
   width: 100%;
   background-color: $primaryColor;
@@ -51,9 +61,14 @@ $background : $white;
 
 #page-wrapper {
   padding-top: 40px;
-  padding-left: .8rem;
-  padding-right: .8rem;
-  min-height: calc(90vh - 90px);
+  /*padding-left: .8rem;
+  padding-right: .8rem;*/
+  min-height: calc(95vh - 40px);
+}
+
+div #results-content {
+  padding-left: 1rem;
+  padding-right: 1rem;
 }
 
 #main-masthead {
@@ -91,13 +106,13 @@ $background : $white;
   background-color: $background;
 }
 
-.node rect {
+.nodeSankey rect {
   cursor: move;
   fill-opacity: .9;
   shape-rendering: crispEdges;
 }
 
-.node text {
+.nodeSankey text {
   pointer-events: none;
   text-shadow: 0 1px 0 #fff;
 }