Commit 72dafa65acd85e68587fbd1ab25acbe27795d6f0
Committed by
Eduardo Vital
1 parent
c282abf2
Exists in
news_page_css
Fix statistic block for initial page
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
Showing
1 changed file
with
22 additions
and
1 deletions
Show diff stats
page-inicial.css
... | ... | @@ -195,6 +195,8 @@ |
195 | 195 | border-bottom: solid 1px #D7D7D7; |
196 | 196 | margin: 0 0 7px 0; |
197 | 197 | text-transform: none; |
198 | + color: #172738; | |
199 | + font-size: 12px; | |
198 | 200 | } |
199 | 201 | |
200 | 202 | #content .software-block-finality a, |
... | ... | @@ -407,7 +409,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px; |
407 | 409 | .block.display-content-block .lead { |
408 | 410 | padding-left: 160px; |
409 | 411 | padding-right: 0px; |
410 | - max-height: 60px; | |
412 | + max-height: 56px; | |
411 | 413 | } |
412 | 414 | |
413 | 415 | .block.display-content-block .lead a { |
... | ... | @@ -539,6 +541,25 @@ margin: -10px 0px 10px 20px; /*-20px 20px; |
539 | 541 | text-decoration: none; |
540 | 542 | } |
541 | 543 | |
544 | +.statistics-block-data ul li.users span { | |
545 | + font-size: 14px; | |
546 | +} | |
547 | + | |
548 | +.statistics-block-data ul { | |
549 | + margin-top: 10px; | |
550 | +} | |
551 | + | |
552 | +/* Alinhamento das estatísticas */ | |
553 | +.statistics-block-data ul li { | |
554 | + margin-left: 18px; | |
555 | + margin-top: 6px; | |
556 | + line-height: 17px; | |
557 | +} | |
558 | + | |
559 | +span.amount { | |
560 | + font-weight: 700; | |
561 | +} | |
562 | + | |
542 | 563 | /* |
543 | 564 | .menu-submenu down{ |
544 | 565 | ... | ... |