Commit 800c491164f637365400b49e01cd21e4ad7fbca3
1 parent
10d1a9c8
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
updating theme
Showing
1 changed file
with
25 additions
and
10 deletions
Show diff stats
plugins/community_hub/public/style.css
... | ... | @@ -175,9 +175,13 @@ |
175 | 175 | } |
176 | 176 | |
177 | 177 | .hub .envelope { |
178 | - height: 500px; | |
178 | +/* height: 500px; | |
179 | 179 | overflow-x: hidden; |
180 | - overflow-y: scroll; | |
180 | + overflow-y: scroll;*/ | |
181 | + margin-top: -1px; | |
182 | + border-top: 1px solid lightgray; | |
183 | + display: inline-block; | |
184 | + width: 100%; | |
181 | 185 | } |
182 | 186 | |
183 | 187 | .hub ul#live-posts, .hub ul#mediation-posts{ |
... | ... | @@ -186,15 +190,20 @@ |
186 | 190 | border-color: lightGray; |
187 | 191 | padding-top: 10px; |
188 | 192 | clear: both; |
193 | + height: 475px; | |
194 | + overflow-y: scroll; | |
195 | + | |
189 | 196 | } |
190 | 197 | |
191 | 198 | /*modificação da scroll bar*/ |
192 | -.hub ul#live-posts::-webkit-scrollbar-button { | |
199 | +.hub ul#live-posts::-webkit-scrollbar-button, | |
200 | +.hub ul#mediation-posts::-webkit-scrollbar-button { | |
193 | 201 | height: 0; |
194 | 202 | width: 0; |
195 | 203 | } |
196 | 204 | |
197 | -.hub ul#live-posts::-webkit-scrollbar-thumb { | |
205 | +.hub ul#live-posts::-webkit-scrollbar-thumb, | |
206 | +.hub ul#mediation-posts::-webkit-scrollbar-thumb{ | |
198 | 207 | background-clip: padding-box; |
199 | 208 | background-color: rgba(0,0,0,.3); |
200 | 209 | border: 5px solid transparent; |
... | ... | @@ -205,7 +214,8 @@ |
205 | 214 | width: 5px; |
206 | 215 | } |
207 | 216 | |
208 | -.hub ul#live-posts::-webkit-scrollbar { | |
217 | +.hub ul#live-posts::-webkit-scrollbar, | |
218 | +.hub ul#mediation-posts::-webkit-scrollbar { | |
209 | 219 | height: 15px; |
210 | 220 | width: 15px; |
211 | 221 | } |
... | ... | @@ -232,8 +242,10 @@ |
232 | 242 | float: left; |
233 | 243 | font-weight: normal; |
234 | 244 | margin-bottom: -1px; |
235 | - | |
245 | + position: relative; | |
236 | 246 | width: 60%; |
247 | +background-color: white; | |
248 | +z-index: 99; | |
237 | 249 | } |
238 | 250 | |
239 | 251 | #content .main-block .hub .live h1.live{ |
... | ... | @@ -252,19 +264,22 @@ |
252 | 264 | #content .main-block .hub .mediation h1.live { |
253 | 265 | display: inline-block; |
254 | 266 | background-color: #EEEEEE; |
255 | - border-bottom: 0px solid #CCCCCC; | |
267 | + border-bottom: 1px solid #CCCCCC; | |
256 | 268 | border-top-color: #CCCCCC; |
257 | 269 | color: gray; |
258 | 270 | position: relative; |
259 | 271 | width: 30%; |
260 | 272 | text-align: center; |
261 | - margin-top: 9px; | |
273 | + margin-top: 8px; | |
262 | 274 | line-height: 27px; |
263 | 275 | } |
264 | 276 | |
265 | 277 | #content .main-block .hub .live h1.mediation {} |
266 | 278 | |
267 | -#content .main-block .hub .mediation h1.live {margin-left: 20px;} | |
279 | +#content .main-block .hub .mediation h1.live { | |
280 | + margin-left: 20px; | |
281 | + /*border-bottom: 0px;*/ | |
282 | +} | |
268 | 283 | |
269 | 284 | |
270 | 285 | /*fim de novos elementos: h1.live - h1.mediation*/ |
... | ... | @@ -513,7 +528,7 @@ display: none; |
513 | 528 | /*width: 426px;*/ |
514 | 529 | width: 60%; |
515 | 530 | display: inline-block; |
516 | - height: 376px; | |
531 | + /*height: 376px;*/ | |
517 | 532 | padding: 10px; |
518 | 533 | border: 1px solid #c0c0c0; |
519 | 534 | overflow-x: hidden; | ... | ... |