Commit d4b96d48ebe44e93b9b0ad6c51393850989a7b22
Committed by
GitHub
Exists in
amadeus_univasf
Merge pull request #574 from amadeusproject/refactoring
Daily Update - 29_09_2017
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
... | ... | @@ -196,7 +196,7 @@ |
196 | 196 | .search-responsive-collapse{ |
197 | 197 | position: fixed; |
198 | 198 | z-index: 999; |
199 | - margin-top:50px; | |
199 | + margin-top:50px; | |
200 | 200 | margin-bottom:0px; |
201 | 201 | background:#F5F5F5; |
202 | 202 | } |
... | ... | @@ -314,8 +314,9 @@ |
314 | 314 | } |
315 | 315 | .carousel-caption{ |
316 | 316 | position: static; |
317 | - text-align: center; | |
317 | + text-align: right; | |
318 | 318 | font-size: 1em; |
319 | + background-color: #F5F5F5; | |
319 | 320 | } |
320 | 321 | |
321 | 322 | .navbar-toggle{ |
... | ... | @@ -350,7 +351,7 @@ |
350 | 351 | position: relative !important; |
351 | 352 | } |
352 | 353 | li[data-mural] { |
353 | - font-size: 13px; | |
354 | + font-size: 10px; | |
354 | 355 | } |
355 | 356 | .post-icon { |
356 | 357 | font-size: 32px !important; | ... | ... |