Introduce #search element as required in failure template
Change-Id: Id3d8a7b53add897680b4f35f3df4794151e47165
diff --git a/dev/scss/main/resultinfo.scss b/dev/scss/main/resultinfo.scss
index 77fbfd4..d767d19 100644
--- a/dev/scss/main/resultinfo.scss
+++ b/dev/scss/main/resultinfo.scss
@@ -57,7 +57,16 @@
}
}
-
+/*
+ * TODO:
+ * This rule should not be dependent on
+ * whether something is found or not,
+ * but whether #search contains a result,
+ * e.g. when a result view is open in the
+ * result panel. This should probably be
+ * indicated by a class on the button group
+ * rather than a class on the resultinfo.
+ */
#resultinfo.found {
position: relative;
// z-index: 20;
@@ -74,14 +83,6 @@
border-bottom-right-radius: 0;
}
}
-
- /*
- div.result.left {
- position: absolute;
- left: 0;
- bottom: 0;
- }
- */
}