# HG changeset patch # User Chloe Laisne # Date 1476801605 -19800 # Node ID d592af4a27a0575d276c1a5c4cb64f7c7e1dd969 # Parent 6274a5fdd3486a24252426dfd28211cc03fa8030 Quick design fix from MAJ diff -r 6274a5fdd348 -r d592af4a27a0 cms/app-client/app/styles/components/player-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 { diff -r 6274a5fdd348 -r d592af4a27a0 cms/app-client/app/styles/components/playlist-component.scss --- 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 {