css adaptation. correct pb m3.16 m3.9
--- a/cms/app-client/app/styles/app.scss Sun Nov 27 16:31:37 2016 +0100
+++ b/cms/app-client/app/styles/app.scss Sun Nov 27 23:28:59 2016 +0100
@@ -87,11 +87,12 @@
box-sizing: border-box;
background-color: $corpus-white;
position: relative;
+ overflow: scroll;
}
body.videoscreen .corpus-app-container {
margin-top: 260px;
- height: 240px;
+ height: 280px;
}
h2 {
@@ -114,6 +115,15 @@
}
#tabs-chrono,
+#tabs-thematiques,
+#tabs-discours,
+#tabs-carto,
+#tabs-langues {
+ height: 525px;
+}
+
+
+#tabs-chrono,
#tabs-thematiques {
padding: 0px 20px;
}
@@ -121,7 +131,7 @@
#tabs-discours,
#tabs-thematiques {
overflow: hidden;
- height: 100%;
+ //height: 100%;
}
.corpus-app-wrapper {
@@ -138,9 +148,11 @@
width: 50%;
}
+.corpus-app-modal {
+ overflow: hidden;
+}
.corpus-app-modal,
.corpus-app-container {
- overflow: hidden;
display: block;
border-top: none;
}
--- a/cms/app-client/app/styles/components/notice-component.scss Sun Nov 27 16:31:37 2016 +0100
+++ b/cms/app-client/app/styles/components/notice-component.scss Sun Nov 27 23:28:59 2016 +0100
@@ -34,7 +34,7 @@
body.videoscreen .notice-component {
padding-top: 20px;
- padding-bottom: 20px;
+ padding-bottom: 60px;
}
.notice-component a.fa {
--- a/cms/app-client/app/styles/components/toolbar-component.scss Sun Nov 27 16:31:37 2016 +0100
+++ b/cms/app-client/app/styles/components/toolbar-component.scss Sun Nov 27 23:28:59 2016 +0100
@@ -11,6 +11,7 @@
box-sizing: border-box;
position: absolute;
bottom: 0px;
+ z-index: 1000; /* to get above the notice map */
}
.toolbar-component ul {
@@ -37,4 +38,4 @@
.toolbar-component ul li.active:not(.video) {
pointer-events: none;
-}
\ No newline at end of file
+}
--- a/cms/app-client/app/styles/tabs/chrono.scss Sun Nov 27 16:31:37 2016 +0100
+++ b/cms/app-client/app/styles/tabs/chrono.scss Sun Nov 27 23:28:59 2016 +0100
@@ -1,7 +1,7 @@
#tabs-chrono p {
padding: 0px 20px;
text-align: center;
- margin: 15px 0px;
+ margin: 15px 0px 0px 0px;
line-height: 22px;
color: $corpus-black;
}
--- a/cms/app-client/app/styles/tabs/langues.scss Sun Nov 27 16:31:37 2016 +0100
+++ b/cms/app-client/app/styles/tabs/langues.scss Sun Nov 27 23:28:59 2016 +0100
@@ -41,7 +41,6 @@
#tabs-langues .nodes {
width: inherit;
- height: inherit;
position: absolute;
}