From 5325ab2cbf0268c430e4a26dc114683fe1442830 Mon Sep 17 00:00:00 2001 From: pedrodelyra Date: Thu, 4 Jun 2015 11:43:51 -0300 Subject: [PATCH] Fixing display of blog event information when there is no image --- html-cms/blog.html | 2 +- pagina_comunidade.css | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/html-cms/blog.html b/html-cms/blog.html index b599b5c..692ed5f 100644 --- a/html-cms/blog.html +++ b/html-cms/blog.html @@ -83,4 +83,4 @@

CACIC - Configurador Automático e Coletor de Informações Computacionais

- \ No newline at end of file + diff --git a/pagina_comunidade.css b/pagina_comunidade.css index 969895c..fd2afde 100644 --- a/pagina_comunidade.css +++ b/pagina_comunidade.css @@ -828,6 +828,7 @@ ul#itens-legend-grafic{ border-top: 1px solid #D3D6DE; padding-top: 25px; margin-bottom: 25px; + display: table; } .blog-event-item .blog-event-information .date { @@ -837,6 +838,7 @@ ul#itens-legend-grafic{ } .blog-event-item .blog-event-information .title { + padding-right: 0px !important; font-weight: 700 !important; font-size: 15px; margin-top: 6px; @@ -850,14 +852,14 @@ ul#itens-legend-grafic{ } .blog-event-item .blog-event-information { - float: left; - width: 370px; + display: table-cell; + width: 100%; } .blog-event-item .item-image { - float: left; - height: 100%; - margin-right: 20px; + display: table-cell; + vertical-align: top; + padding-right: 20px; } .blog-event-item img { -- libgit2 0.21.2