Quick design fix from MAJ
authorChloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 20:10:05 +0530
changeset 360 d592af4a27a0
parent 359 6274a5fdd348
child 361 90cb51111854
Quick design fix from MAJ
cms/app-client/app/styles/components/player-component.scss
cms/app-client/app/styles/components/playlist-component.scss
--- a/cms/app-client/app/styles/components/player-component.scss	Tue Oct 18 19:46:23 2016 +0530
+++ b/cms/app-client/app/styles/components/player-component.scss	Tue Oct 18 20:10:05 2016 +0530
@@ -110,6 +110,7 @@
     display: block;
     top: 50%;
     cursor: pointer;
+    border: none;
 }
 
 .player-component #audio.extra .progress .bar {
--- a/cms/app-client/app/styles/components/playlist-component.scss	Tue Oct 18 19:46:23 2016 +0530
+++ b/cms/app-client/app/styles/components/playlist-component.scss	Tue Oct 18 20:10:05 2016 +0530
@@ -25,10 +25,12 @@
     font-size: 13px;
     display: inline-block;
     color: inherit;
+    margin: 0;
 }
 
 .playlist-component .header .pagination {
     float: right;
+    margin: 0;
 }
 
 .playlist-component .header .pagination .fa {
@@ -51,6 +53,7 @@
     font-size: 0px;
     overflow-y: scroll;
     position: relative;
+    width: 100%;
 }
 
 .playlist-component ul li {