--- a/cms/app-client/app/styles/results.scss Fri Dec 11 13:15:01 2015 +0100
+++ b/cms/app-client/app/styles/results.scss Tue Dec 15 17:20:27 2015 +0100
@@ -1,1 +1,26 @@
+.result-header,
+.result-list{
+ background-color: #eeeeee;
+}
+.result-header{
+ flex: 0 1 auto;
+ float: left;
+ border-left: none;
+ border-top: none;
+}
+
+.result-list{
+ flex: 1 1 auto;
+ float: left;
+ overflow: auto;
+ border-left: none;
+ border-top: none;
+ margin-bottom: 10px;
+}
+
+.result-item {
+ border: 1px solid black;
+ margin-bottom: 1px;
+ min-height: 50px;
+}