From d7526ab5e59a1d453e04e1f8656e1e7c22053757 Mon Sep 17 00:00:00 2001 From: Gabriela Navarro Date: Wed, 27 May 2015 20:20:26 +0000 Subject: [PATCH] Fix statistic block for initial page --- page-inicial.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/page-inicial.css b/page-inicial.css index ea46495..476a4af 100644 --- a/page-inicial.css +++ b/page-inicial.css @@ -195,6 +195,8 @@ border-bottom: solid 1px #D7D7D7; margin: 0 0 7px 0; text-transform: none; + color: #172738; + font-size: 12px; } #content .software-block-finality a, @@ -407,7 +409,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px; .block.display-content-block .lead { padding-left: 160px; padding-right: 0px; - max-height: 60px; + max-height: 56px; } .block.display-content-block .lead a { @@ -539,6 +541,25 @@ margin: -10px 0px 10px 20px; /*-20px 20px; text-decoration: none; } +.statistics-block-data ul li.users span { + font-size: 14px; +} + +.statistics-block-data ul { + margin-top: 10px; +} + +/* Alinhamento das estatísticas */ +.statistics-block-data ul li { + margin-left: 18px; + margin-top: 6px; + line-height: 17px; +} + +span.amount { + font-weight: 700; +} + /* .menu-submenu down{ -- libgit2 0.21.2