cms/app-client/app/styles/app.scss
changeset 200 a441c40f9c5e
parent 196 7550cb541901
child 206 e038d5782d06
--- a/cms/app-client/app/styles/app.scss	Thu Jun 23 11:35:26 2016 +0200
+++ b/cms/app-client/app/styles/app.scss	Thu Jun 23 17:09:32 2016 +0200
@@ -10,7 +10,7 @@
 #corpus-app {
     border: 1px solid;
     width: 1108px;
-    height: 600px;
+    overflow: hidden;
     display: block;
     margin-left: auto;
     margin-right: auto;
@@ -44,8 +44,6 @@
 }
 
 .corpus-app-container {
-    background-color: #becfd4;
-    padding: 0 20px;
     color: #687a84;
     box-sizing: border-box;
 }
@@ -54,8 +52,23 @@
     padding: 20px;
 }
 
+body.tabs-thematiques .corpus-app-container {
+    padding: 0px 20px;
+}
+
+body.tabs-langues .corpus-app-container {
+    padding: 0px;
+}
+
+body.tabs-carto .corpus-app-container,
+body.tabs-chrono .corpus-app-container,
+body.tabs-thematiques .corpus-app-container {
+    background-color: #becfd4;
+}
+
 .corpus-app-wrapper {
     background-color: #253946;
+    box-shadow: -4px 0px 8px -4px #59626b;
 }
 
 .corpus-app-container,