diff -r e93ef2636e06 -r 69977e2aa39e cms/app-client/app/styles/app.scss --- a/cms/app-client/app/styles/app.scss Thu Dec 17 12:15:22 2015 +0100 +++ b/cms/app-client/app/styles/app.scss Thu Dec 17 12:15:57 2015 +0100 @@ -1,13 +1,19 @@ +$base-url: "/corpus/"; + #corpus-app { border: 1px solid; width: 1108px; - height: 900px; + height: 600px; display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; - @import 'chrono'; + @import 'tabs/chrono'; + @import 'tabs/carto'; + @import 'tabs/langues'; + @import 'tabs/discours'; + @import 'tabs/thematiques'; } .mapdiv{ @@ -25,13 +31,13 @@ &-container{ display: block; width: 50%; - height: 900px; + height: 600px; float: left; border-top: none; border-right: 1px solid grey; } &-wrapper{ - height: 900px; + height: 600px; display : flex; flex-flow: column; border: none;