Quickfix css
authorChloe Laisne <chloe.laisne@gmail.com>
Mon, 17 Oct 2016 22:21:07 +0530
changeset 349 74bbf705a5ca
parent 345 4b66390442fd
child 350 c3a6266ebe0a
Quickfix css
cms/app-client/app/styles/app.scss
cms/app-client/app/styles/components/player-component.scss
cms/app-client/app/styles/tabs/langues.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%;
 }
 
--- 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;
--- 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,