Added close button to meta data

Change-Id: I5f94e275d40fe90271a7dfea25a3d81b313bb450
diff --git a/dev/scss/main/matchinfo.scss b/dev/scss/main/matchinfo.scss
index c4acbd4..3709b59 100644
--- a/dev/scss/main/matchinfo.scss
+++ b/dev/scss/main/matchinfo.scss
@@ -278,6 +278,10 @@
 }
 
 
+div.metatable {
+  position: relative;
+}
+
 /**
  * Label
  */
@@ -328,48 +332,50 @@
     margin-right: $right-match-distance;
 
     background-color: $light-orange; // $nearly-white; // $light-orange;
-    > ul.action.image {
-      display: block;
-      position: absolute;
-      right: 0;
-      top: 0;
-      z-index: 20;
-      margin: 0;
-      padding: 0;
-      // margin-right: -1 * $right-match-distance;
-      width: $right-match-distance;
-      li {
-        cursor: pointer;
-        color: $nearly-white;
-        text-decoration: none;
-        > span {
-          @include blind;
-        }
-        border-width: 0;
-        // z-index: 8;
-        text-decoration:none;
-        text-align: center;
-        font-style: normal;
+  }
+}
 
-        &.download::after {
-	        font-family: 'FontAwesome';
-	        content: $fa-download;
-        }
-
-        &.close::after {
-	        font-family: 'FontAwesome';
-	        content: $fa-close;
-        }
-      }
+div.matchinfo ul.action.image {
+  display: block;
+  position: absolute;
+  right: 0;
+  top: 0;
+  z-index: 20;
+  margin: 0;
+  padding: 0;
+  // margin-right: -1 * $right-match-distance;
+  width: $right-match-distance;
+  li {
+    cursor: pointer;
+    color: $nearly-white;
+    text-decoration: none;
+    > span {
+      @include blind;
+    }
+    border-width: 0;
+    // z-index: 8;
+    text-decoration:none;
+    text-align: center;
+    font-style: normal;
+    
+    &.download::after {
+	    font-family: 'FontAwesome';
+	    content: $fa-download;
+    }
+    
+    &.close::after {
+	    font-family: 'FontAwesome';
+	    content: $fa-close;
     }
   }
 }
 
-div.metatable + div.matchtable {
+
+div.metatable + div.matchtable,
+div.metatable + div.matchtree {
   margin-top: 4 * $border-size !important;
 }
 
-
 div.metatable > dl {
   display: flex;
   flex-direction: row;