Commit 5d52b48e1dd74648376efb3278c953debda1da46
1 parent
0819c853
Exists in
news_page_css
CSS changes refering to news_page
Showing
3 changed files
with
9 additions
and
7 deletions
Show diff stats
pagina-artigos.css
... | ... | @@ -88,9 +88,9 @@ |
88 | 88 | #content .main-block .created-at { |
89 | 89 | font-family: arial !important; |
90 | 90 | border-top: 1px solid #D7D7D7; |
91 | - padding-top: 25px; | |
92 | - margin-top: 25px; | |
93 | - font-size: 12px; | |
91 | + padding-top: 20px; | |
92 | + margin-top: 30px; | |
93 | + font-size: 11px; | |
94 | 94 | color: #2C66CE; |
95 | 95 | } |
96 | 96 | ... | ... |
pagina_comunidade.css
... | ... | @@ -539,15 +539,17 @@ ul#itens-legend-grafic{ |
539 | 539 | padding-top: 33px; |
540 | 540 | width: 494px; |
541 | 541 | height: 173px; |
542 | - /*background-image: url('images/evento-teste.jpg');*/ | |
543 | 542 | background-repeat: no-repeat; |
544 | 543 | } |
545 | 544 | |
546 | 545 | #event-card #event-image { |
547 | - position: relative; | |
546 | + display: table-cell; | |
547 | + vertical-align: middle; | |
548 | + text-align: center; | |
548 | 549 | float: left; |
549 | - content: url('images/comunidade-evento-imagem-evento.png'); | |
550 | + height: 150px; | |
550 | 551 | border-right:1px dotted #D3D6DE; |
552 | + padding-left: 22px; | |
551 | 553 | padding-right: 22px; |
552 | 554 | } |
553 | 555 | ... | ... |