Commit e12023ceb9f730cbea76592ca06a91fa05ceec25
1 parent
0aecae85
Exists in
master
and in
79 other branches
Fixing html structure of notice list on main page
Showing
6 changed files
with
49 additions
and
16 deletions
Show diff stats
cabecalho-cinza-theme.css
... | ... | @@ -0,0 +1,21 @@ |
1 | +<li> | |
2 | + <div class="published-at">Dezembro 11, 2014</div> | |
3 | + <div class="notice-item"> | |
4 | + <div class="image"> | |
5 | + <a href="http://localhost:3000/spb/noticias/planejamento-lanca-novo-portal-do-software-publico-brasileiro"> | |
6 | + <img alt="141209_portal_software" src="/image_uploads/0000/0140/141209_portal_software.jpg"> | |
7 | + </a> | |
8 | + </div> | |
9 | + <div class="notice-info"> | |
10 | + <div class="title"> | |
11 | + <a href="http://localhost:3000/spb/noticias/planejamento-lanca-novo-portal-do-software-publico-brasileiro">Planejamento lança novo Portal do Software Público Brasileiro</a> | |
12 | + </div> | |
13 | + <div class="lead"> | |
14 | + <a href="http://localhost:3000/spb/noticias/planejamento-lanca-novo-portal-do-software-publico-brasileiro">Ambiente traz soluções que dispensam pagamentos de licença simples, de fácil utilização e com novas funcionalidades que permitem o desenvolvimento colaborativo de soluções públicas e uma melhor interação entre os usuários. Este é o novo Portal do Software Público Brasileiro, lançado em versão beta nesta terça-feira (9), durante o Seminário de Apoio Tecnológico aos Municípios, em Brasília.</a> | |
15 | + </div> | |
16 | + <div class="read_more"> | |
17 | + <a href="http://localhost:3000/spb/noticias/planejamento-lanca-novo-portal-do-software-publico-brasileiro">Read more</a> | |
18 | + </div> | |
19 | + </div> | |
20 | + </div> | |
21 | +</li> | |
0 | 22 | \ No newline at end of file | ... | ... |
page-catalog-software.css
page-inicial.css
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | } |
51 | 51 | |
52 | 52 | #bt_catalog-search::after { |
53 | - content:'>'; | |
53 | + content: url('images/right-arrow-black.png'); | |
54 | 54 | padding-left: 7px; |
55 | 55 | padding-right: 4px; |
56 | 56 | color: #172857; |
... | ... | @@ -214,7 +214,7 @@ |
214 | 214 | } |
215 | 215 | |
216 | 216 | .software-block-finality::after { |
217 | - content:'>'; | |
217 | + content: url('images/right-arrow.png'); | |
218 | 218 | padding-left: 7px; |
219 | 219 | padding-right: 4px; |
220 | 220 | color: #FFF; |
... | ... | @@ -372,12 +372,10 @@ margin: -10px 0px 10px 20px; /*-20px 20px; |
372 | 372 | } |
373 | 373 | |
374 | 374 | .block.display-content-block .image { |
375 | - width: 150px; | |
376 | - height: 90px; | |
377 | - position: absolute; | |
378 | - margin-top: 35px; | |
379 | 375 | border: 0px solid #c0c1c1; |
380 | 376 | border-radius: 8px; |
377 | + display: table-cell; | |
378 | + padding-right: 25px; | |
381 | 379 | } |
382 | 380 | |
383 | 381 | .block.display-content-block .image img { |
... | ... | @@ -393,10 +391,11 @@ margin: -10px 0px 10px 20px; /*-20px 20px; |
393 | 391 | } |
394 | 392 | |
395 | 393 | .block.display-content-block .title { |
396 | - padding-left: 160px; | |
397 | - padding-right: 0px; | |
398 | - max-height: 33px; | |
394 | + padding-right: 0px !important; | |
395 | + max-height: 35px; | |
399 | 396 | overflow: hidden; |
397 | + margin-bottom: 4px !important; | |
398 | + text-align: justify !important; | |
400 | 399 | } |
401 | 400 | |
402 | 401 | .block.display-content-block .title a { |
... | ... | @@ -407,7 +406,6 @@ margin: -10px 0px 10px 20px; /*-20px 20px; |
407 | 406 | } |
408 | 407 | |
409 | 408 | .block.display-content-block .lead { |
410 | - padding-left: 160px; | |
411 | 409 | padding-right: 0px; |
412 | 410 | max-height: 56px; |
413 | 411 | } |
... | ... | @@ -424,7 +422,12 @@ margin: -10px 0px 10px 20px; /*-20px 20px; |
424 | 422 | } |
425 | 423 | |
426 | 424 | .lead a:visited, #content .lead a:visited, .lead dl.portlet a:visited { |
427 | - color: #000000; | |
425 | + color: #172738; | |
426 | +} | |
427 | + | |
428 | +.notice-info { | |
429 | + display: table-cell; | |
430 | + vertical-align: top; | |
428 | 431 | } |
429 | 432 | |
430 | 433 | /* Tela de Noticias Antigas */ | ... | ... |
pagina_comunidade.css
style.css
... | ... | @@ -498,7 +498,7 @@ p { |
498 | 498 | } |
499 | 499 | |
500 | 500 | #content .box .read-more a::after { |
501 | - content:'>'; | |
501 | + content: url('images/right-arrow.png'); | |
502 | 502 | padding-left: 8px; |
503 | 503 | padding-right: 5px; |
504 | 504 | margin-left: 7px; |
... | ... | @@ -798,9 +798,9 @@ p { |
798 | 798 | font-size: 16px; |
799 | 799 | font-style: normal; |
800 | 800 | font-weight: bold; |
801 | - line-height: 1em; | |
801 | + line-height: 1.3em; | |
802 | 802 | padding: 0; |
803 | - color: #000; | |
803 | + color: #172738 !important ; | |
804 | 804 | } |
805 | 805 | |
806 | 806 | #content .main-block h1, |
... | ... | @@ -2889,3 +2889,11 @@ div.software-step-info div.current-step h3 { |
2889 | 2889 | #content .main-block div.software-step-info div.another-step h3 { |
2890 | 2890 | font-size: 12px !important; |
2891 | 2891 | } |
2892 | + | |
2893 | + | |
2894 | +/************************* MAIN PAGE REVIEW *******************************/ | |
2895 | + | |
2896 | +#content ul li.news-call .title { | |
2897 | + font-weight: 700; | |
2898 | + padding-right: 0px; | |
2899 | +} | |
2892 | 2900 | \ No newline at end of file | ... | ... |