--- a/cms/app-client/app/styles/app.scss Fri Dec 11 13:15:01 2015 +0100
+++ b/cms/app-client/app/styles/app.scss Tue Dec 15 17:20:27 2015 +0100
@@ -35,25 +35,15 @@
display : flex;
flex-flow: column;
border: none;
- }
- &-player,
- &-results {
padding: 0 10px;
- margin-bottom: 10px;
- background-color: #eeeeee;
}
&-player{
flex: 0 1 auto;
float: left;
border-left: none;
border-top: none;
- }
- &-results {
- flex: 1 1 auto;
- float: left;
- overflow: auto;
- border-left: none;
- border-top: none;
+ margin-bottom: 10px;
+ background-color: #eeeeee;
}
}
}