# HG changeset patch # User Chloe Laisne # Date 1476723067 -19800 # Node ID 74bbf705a5ca948495b7f9b6f1dc06e7218f8b52 # Parent 4b66390442fdce12b77611110c4a3ab876cc4d29 Quickfix css diff -r 4b66390442fd -r 74bbf705a5ca cms/app-client/app/styles/app.scss --- a/cms/app-client/app/styles/app.scss Mon Oct 17 19:51:14 2016 +0530 +++ b/cms/app-client/app/styles/app.scss Mon Oct 17 22:21:07 2016 +0530 @@ -10,7 +10,7 @@ $medium-white: #f5f5f5; $light-white: #fbfbfb; -$content-height: 600px; +$content-height: 540px; body { background-color: $medium-white; @@ -118,7 +118,7 @@ .corpus-app-container, .corpus-app-wrapper { box-sizing: border-box; - height: 600px; + height: $content-height; width: 50%; } diff -r 4b66390442fd -r 74bbf705a5ca cms/app-client/app/styles/components/player-component.scss --- a/cms/app-client/app/styles/components/player-component.scss Mon Oct 17 19:51:14 2016 +0530 +++ b/cms/app-client/app/styles/components/player-component.scss Mon Oct 17 22:21:07 2016 +0530 @@ -75,7 +75,10 @@ .player-component #audio .progress { position: relative; - margin: 0px 59px; + margin: 0px 50px; + background-color: transparent; + border-radius: 0px; + box-shadow: none; } .player-component #audio .progress > * { @@ -130,7 +133,7 @@ .player-component #audio .meta p { float: left; width: 170px; - margin: 0px 0px 0px 30px; + margin: 0px 0px 0px 50px; padding: 0px; box-sizing: border-box; top: 50%; @@ -139,19 +142,11 @@ position: relative; } -.player-component #audio .meta p:first-child { - margin-left: 0px; -} - .player-component #audio .meta p:last-child { margin-left: 0px; float: right; } -.player-component #audio.extra .meta p:first-child { - margin-left: 59px; -} - .player-component #audio .meta p > * { white-space: nowrap; text-overflow: ellipsis; diff -r 4b66390442fd -r 74bbf705a5ca cms/app-client/app/styles/tabs/langues.scss --- a/cms/app-client/app/styles/tabs/langues.scss Mon Oct 17 19:51:14 2016 +0530 +++ b/cms/app-client/app/styles/tabs/langues.scss Mon Oct 17 22:21:07 2016 +0530 @@ -1,6 +1,6 @@ #tabs-langues .ember-view { width: 100%; - height: 600px; + height: $content-height; } #tabs-langues .breadcrumbs,