Add vc-fragment styling
Change-Id: I072c15a9ed22da1982e1bf8ac5b9255f42cd15d0
diff --git a/dev/scss/main/matchinfo.scss b/dev/scss/main/matchinfo.scss
index 1f56fb0..2116512 100644
--- a/dev/scss/main/matchinfo.scss
+++ b/dev/scss/main/matchinfo.scss
@@ -29,48 +29,8 @@
height: auto;
font-size: 10pt;
text-align: left;
- p.queryfragment {
- position:relative;
- @include choose-item;
- border : {
- width: $border-size;
- style: solid;
- radius: $standard-border-radius;
- }
- padding: 2pt 4pt !important;
- margin: {
- // left: $border-size;
- left: $left-distance;
- top: .5em;
- bottom: .5em;
- right: $right-match-distance;
- }
- &:hover {
- cursor:pointer;
- @include choose-hover;
- }
-
- // This is the description
- > span:first-of-type {
- font-weight: bold;
- padding-right: 4pt;
- }
-
- // Query fragment
- > span:nth-of-type(2) {
- padding-right: 1.2em;
- }
-
- &::after {
- font-family: 'FontAwesome';
- content: $fa-to-query;
- position: absolute;
- right: 4pt;
- top: $border-size;
- }
- }
}
-
+
div.matchtable > div {
z-index: 20;
margin-left: $left-distance - ($border-size / 2);