cms/app-client/app/styles/app.scss
changeset 95 f7ab931581af
parent 84 36f84e8f1ad5
child 98 2e6bfce6f99c
--- a/cms/app-client/app/styles/app.scss	Thu Jan 21 21:07:02 2016 +0100
+++ b/cms/app-client/app/styles/app.scss	Fri Jan 22 10:35:52 2016 +0100
@@ -33,14 +33,13 @@
       height: 600px;
       float: left;
       border-top: none;
-      border-right: 1px solid grey;
     }
     &-wrapper{
       height: 600px;
       display : flex;
       flex-flow: column;
       border: none;
-      padding: 0 10px;
+      padding: 0 0 0 10px;
     }
     &-player{
       flex: 0 1 auto;
@@ -49,6 +48,7 @@
       border-top: none;
       margin-bottom: 10px;
       background-color: #eeeeee;
+      padding: 0 10px;
     }
   }
 }