Commit e12023ceb9f730cbea76592ca06a91fa05ceec25

Authored by Pedro de Lyra Pereira
1 parent 0aecae85

Fixing html structure of notice list on main page

cabecalho-cinza-theme.css
1 @import url(http://fonts.googleapis.com/css?family=Open+Sans); 1 @import url(http://fonts.googleapis.com/css?family=Open+Sans);
2 2
3 a:link, #content a:link, dl.portlet a:link { 3 a:link, #content a:link, dl.portlet a:link {
4 - color: #2c67cd; 4 + color: #172738;
5 /*border-bottom: none;*/ 5 /*border-bottom: none;*/
6 } 6 }
7 7
html-cms/list-item-initial-page.html 0 → 100644
@@ -0,0 +1,21 @@ @@ -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 \ No newline at end of file 22 \ No newline at end of file
page-catalog-software.css
1 -/*controller-search action-search-software_infos template-default webkit*/ 1 + /*controller-search action-search-software_infos template-default webkit*/
2 2
3 #catalog-filter{ 3 #catalog-filter{
4 display: none; 4 display: none;
page-inicial.css
@@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@
50 } 50 }
51 51
52 #bt_catalog-search::after { 52 #bt_catalog-search::after {
53 - content:'>'; 53 + content: url('images/right-arrow-black.png');
54 padding-left: 7px; 54 padding-left: 7px;
55 padding-right: 4px; 55 padding-right: 4px;
56 color: #172857; 56 color: #172857;
@@ -214,7 +214,7 @@ @@ -214,7 +214,7 @@
214 } 214 }
215 215
216 .software-block-finality::after { 216 .software-block-finality::after {
217 - content:'>'; 217 + content: url('images/right-arrow.png');
218 padding-left: 7px; 218 padding-left: 7px;
219 padding-right: 4px; 219 padding-right: 4px;
220 color: #FFF; 220 color: #FFF;
@@ -372,12 +372,10 @@ margin: -10px 0px 10px 20px; /*-20px 20px; @@ -372,12 +372,10 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
372 } 372 }
373 373
374 .block.display-content-block .image { 374 .block.display-content-block .image {
375 - width: 150px;  
376 - height: 90px;  
377 - position: absolute;  
378 - margin-top: 35px;  
379 border: 0px solid #c0c1c1; 375 border: 0px solid #c0c1c1;
380 border-radius: 8px; 376 border-radius: 8px;
  377 + display: table-cell;
  378 + padding-right: 25px;
381 } 379 }
382 380
383 .block.display-content-block .image img { 381 .block.display-content-block .image img {
@@ -393,10 +391,11 @@ margin: -10px 0px 10px 20px; /*-20px 20px; @@ -393,10 +391,11 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
393 } 391 }
394 392
395 .block.display-content-block .title { 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 overflow: hidden; 396 overflow: hidden;
  397 + margin-bottom: 4px !important;
  398 + text-align: justify !important;
400 } 399 }
401 400
402 .block.display-content-block .title a { 401 .block.display-content-block .title a {
@@ -407,7 +406,6 @@ margin: -10px 0px 10px 20px; /*-20px 20px; @@ -407,7 +406,6 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
407 } 406 }
408 407
409 .block.display-content-block .lead { 408 .block.display-content-block .lead {
410 - padding-left: 160px;  
411 padding-right: 0px; 409 padding-right: 0px;
412 max-height: 56px; 410 max-height: 56px;
413 } 411 }
@@ -424,7 +422,12 @@ margin: -10px 0px 10px 20px; /*-20px 20px; @@ -424,7 +422,12 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
424 } 422 }
425 423
426 .lead a:visited, #content .lead a:visited, .lead dl.portlet a:visited { 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 /* Tela de Noticias Antigas */ 433 /* Tela de Noticias Antigas */
pagina_comunidade.css
@@ -837,6 +837,7 @@ ul#itens-legend-grafic{ @@ -837,6 +837,7 @@ ul#itens-legend-grafic{
837 } 837 }
838 838
839 .blog-event-item .blog-event-information .event-title { 839 .blog-event-item .blog-event-information .event-title {
  840 + max-height: 40px;
840 padding-right: 0px; 841 padding-right: 0px;
841 font-weight: 700; 842 font-weight: 700;
842 font-size: 15px; 843 font-size: 15px;
@@ -498,7 +498,7 @@ p { @@ -498,7 +498,7 @@ p {
498 } 498 }
499 499
500 #content .box .read-more a::after { 500 #content .box .read-more a::after {
501 - content:'>'; 501 + content: url('images/right-arrow.png');
502 padding-left: 8px; 502 padding-left: 8px;
503 padding-right: 5px; 503 padding-right: 5px;
504 margin-left: 7px; 504 margin-left: 7px;
@@ -798,9 +798,9 @@ p { @@ -798,9 +798,9 @@ p {
798 font-size: 16px; 798 font-size: 16px;
799 font-style: normal; 799 font-style: normal;
800 font-weight: bold; 800 font-weight: bold;
801 - line-height: 1em; 801 + line-height: 1.3em;
802 padding: 0; 802 padding: 0;
803 - color: #000; 803 + color: #172738 !important ;
804 } 804 }
805 805
806 #content .main-block h1, 806 #content .main-block h1,
@@ -2889,3 +2889,11 @@ div.software-step-info div.current-step h3 { @@ -2889,3 +2889,11 @@ div.software-step-info div.current-step h3 {
2889 #content .main-block div.software-step-info div.another-step h3 { 2889 #content .main-block div.software-step-info div.another-step h3 {
2890 font-size: 12px !important; 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 \ No newline at end of file 2900 \ No newline at end of file