equal
deleted
inserted
replaced
85 .corpus-app-container { |
85 .corpus-app-container { |
86 color: $dark-grey; |
86 color: $dark-grey; |
87 box-sizing: border-box; |
87 box-sizing: border-box; |
88 background-color: $corpus-white; |
88 background-color: $corpus-white; |
89 position: relative; |
89 position: relative; |
|
90 overflow: scroll; |
90 } |
91 } |
91 |
92 |
92 body.videoscreen .corpus-app-container { |
93 body.videoscreen .corpus-app-container { |
93 margin-top: 260px; |
94 margin-top: 260px; |
94 height: 240px; |
95 height: 280px; |
95 } |
96 } |
96 |
97 |
97 h2 { |
98 h2 { |
98 color: $dark-grey; |
99 color: $dark-grey; |
99 line-height: 60px; |
100 line-height: 60px; |
112 width: 100%; |
113 width: 100%; |
113 height: $content-height; |
114 height: $content-height; |
114 } |
115 } |
115 |
116 |
116 #tabs-chrono, |
117 #tabs-chrono, |
|
118 #tabs-thematiques, |
|
119 #tabs-discours, |
|
120 #tabs-carto, |
|
121 #tabs-langues { |
|
122 height: 525px; |
|
123 } |
|
124 |
|
125 |
|
126 #tabs-chrono, |
117 #tabs-thematiques { |
127 #tabs-thematiques { |
118 padding: 0px 20px; |
128 padding: 0px 20px; |
119 } |
129 } |
120 |
130 |
121 #tabs-discours, |
131 #tabs-discours, |
122 #tabs-thematiques { |
132 #tabs-thematiques { |
123 overflow: hidden; |
133 overflow: hidden; |
124 height: 100%; |
134 //height: 100%; |
125 } |
135 } |
126 |
136 |
127 .corpus-app-wrapper { |
137 .corpus-app-wrapper { |
128 background-color: $corpus-light-grey; |
138 background-color: $corpus-light-grey; |
129 border-left: 1px solid $corpus-black; |
139 border-left: 1px solid $corpus-black; |
136 box-sizing: border-box; |
146 box-sizing: border-box; |
137 height: $content-height; |
147 height: $content-height; |
138 width: 50%; |
148 width: 50%; |
139 } |
149 } |
140 |
150 |
|
151 .corpus-app-modal { |
|
152 overflow: hidden; |
|
153 } |
141 .corpus-app-modal, |
154 .corpus-app-modal, |
142 .corpus-app-container { |
155 .corpus-app-container { |
143 overflow: hidden; |
|
144 display: block; |
156 display: block; |
145 border-top: none; |
157 border-top: none; |
146 } |
158 } |
147 |
159 |
148 .corpus-app-container.window { |
160 .corpus-app-container.window { |