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,9 +88,9 @@ | ||
88 | #content .main-block .created-at { | 88 | #content .main-block .created-at { |
89 | font-family: arial !important; | 89 | font-family: arial !important; |
90 | border-top: 1px solid #D7D7D7; | 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 | color: #2C66CE; | 94 | color: #2C66CE; |
95 | } | 95 | } |
96 | 96 |
pagina_comunidade.css
@@ -539,15 +539,17 @@ ul#itens-legend-grafic{ | @@ -539,15 +539,17 @@ ul#itens-legend-grafic{ | ||
539 | padding-top: 33px; | 539 | padding-top: 33px; |
540 | width: 494px; | 540 | width: 494px; |
541 | height: 173px; | 541 | height: 173px; |
542 | - /*background-image: url('images/evento-teste.jpg');*/ | ||
543 | background-repeat: no-repeat; | 542 | background-repeat: no-repeat; |
544 | } | 543 | } |
545 | 544 | ||
546 | #event-card #event-image { | 545 | #event-card #event-image { |
547 | - position: relative; | 546 | + display: table-cell; |
547 | + vertical-align: middle; | ||
548 | + text-align: center; | ||
548 | float: left; | 549 | float: left; |
549 | - content: url('images/comunidade-evento-imagem-evento.png'); | 550 | + height: 150px; |
550 | border-right:1px dotted #D3D6DE; | 551 | border-right:1px dotted #D3D6DE; |
552 | + padding-left: 22px; | ||
551 | padding-right: 22px; | 553 | padding-right: 22px; |
552 | } | 554 | } |
553 | 555 |
style.css
@@ -811,7 +811,7 @@ p { | @@ -811,7 +811,7 @@ p { | ||
811 | 811 | ||
812 | /*tamanho da fonte dentro dos artigos*/ | 812 | /*tamanho da fonte dentro dos artigos*/ |
813 | .article-body p{ | 813 | .article-body p{ |
814 | - font-size:15px; | 814 | + font-size:14px; |
815 | line-height:21px; | 815 | line-height:21px; |
816 | font-family: Arial, Helvetica, sans-serif; | 816 | font-family: Arial, Helvetica, sans-serif; |
817 | } | 817 | } |