Introduce a general buttongroup menu

Change-Id: I2d84af1c9d43ce3e57b10321bd7d414a64cf68a8
diff --git a/dev/scss/main/buttongroup.scss b/dev/scss/main/buttongroup.scss
index 607f9e3..dea337d 100644
--- a/dev/scss/main/buttongroup.scss
+++ b/dev/scss/main/buttongroup.scss
@@ -40,3 +40,17 @@
     }
   }
 }
+
+ul.button-group-list {
+  border-top-right-radius: 8px;
+  z-index: 150;
+  font-size: 10pt;
+  position: fixed;
+  left: 0;
+  text-align: left;
+  margin: -1 * $border-size;
+  margin-top: 0;
+  > li:first-of-type {
+	  border-top-right-radius: 5px;
+  }
+}
diff --git a/dev/scss/main/matchinfo.scss b/dev/scss/main/matchinfo.scss
index bf25ff1..f2ed006 100644
--- a/dev/scss/main/matchinfo.scss
+++ b/dev/scss/main/matchinfo.scss
@@ -79,23 +79,6 @@
     }
   }
 }
-
-ul#treeMenu {
-  border-top-right-radius: 8px;
-  z-index: 150;
-  font-size: 10pt;
-  position: fixed;
-  // width: $left-width;
-  left: 0;
-  // bottom: 0;
-  text-align: left;
-  margin: -1* $border-size;
-  margin-top: 0;
-  > li:first-of-type {
-	  border-top-right-radius: 5px;
-  }
-}
-
  
 div.matchtable > div {
   z-index: 20;